diff --git a/README.rst b/README.rst
index e7db5d1143372defa1f49b71f720d2cf6e3d859e..7fd1d23c9d209bfcb9ca35e2566dce015db2a118 100644
--- a/README.rst
+++ b/README.rst
@@ -70,7 +70,7 @@ Setting up the database
 Then run::
 
     (python)$ python manage.py migrate
-    (python)$ python manage.py loaddata program/fixtures/*.yaml
+    (python)$ python manage.py loaddata fixtures/*/*.json
 
 Adding an admin user
 --------------------