README: fix typos and run ndk-build from jni/ 
diff --git a/README b/README
index 9904053..5d515c3 100644
--- a/README
+++ b/README
@@ -31,15 +31,16 @@
 $ popd
 
 Configure deamon for Android
-$ pushd jni/sflphone/deamon/
-$ ./configure-android
+$ pushd jni/sflphone/daemon/
+$ ./configure-android.sh
 $ popd
 
 Generate dbus interface
 $ ./make-swig.sh
 
-
+$ pushd jni/
 $ ndk-build APP_ABI=armeabi-v7a -j4
+$ popd
 
 Check that no errors occurred. In particular, following files should have been generated by make-swig.sh:
   sflphoneservice_loader.c