aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d3317739..63513f75 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ Startup up a new project like so...
pip install django
pip install djangorestframework
- django-admin startproject example .
+ django-admin.py startproject example .
./manage.py syncdb
Now edit the `example/urls.py` module in your project: