summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 3c1f7684b..17a183576 100644
--- a/README.txt
+++ b/README.txt
@@ -415,7 +415,7 @@ perform this task)::
from myapp.models import get_root
import myapp
- app = make_app(myapp.get_root, myapp)
+ app = make_app(get_root, myapp)
httpserver.serve(app, host='0.0.0.0', port='5432')
Viewing the Application