diff --git a/README.rst b/README.rst
index 666073575003cb52259462fac721e6c229581a12..407006b889da35d6a60b4d57023e80d236f8fa50 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,7 @@ A Djanfo hello world example
 
 Followed by::
 
-    $ bin/django syncdb
+    $ python manage.py syncdb
 
 At which point you should see::
 
@@ -38,7 +38,7 @@ Followed by a prompt for your username and new password::
 
 After which you can run::
 
-    $ bin/django runserver
+    $ python manage.py runserver
 
 And open the following URL in your web browser: