diff --git a/README.md b/README.md
index f72348ba6f90d068417576958df2865d70c5684e..9349b019a8388610b524458b4aa740dce13dc832 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,9 @@ Example: ANDROID_ABI ="armeabi-v7a, x86"
 
 ./compile.sh
 
-We use a tested hash to build sflphone core, but if you want to use master:
+We use a tested hash to build ring daemon, but if you want to use master:
 
-cd sflphone && git pull
+cd ring && git pull
 cd -
 ./compile --build
 
@@ -33,7 +33,7 @@ cd -
 
 **When all else fails**:
 
-rm -rf sflphone
+rm -rf ring-daemon
 git clean -dfx
 
 And start again