summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-10-31 19:44:21 +0000
committerChris McDonough <chrism@agendaless.com>2008-10-31 19:44:21 +0000
commit4af9009e1765ea413465d477060b3d82f470562f (patch)
tree172c4216b8cd3d8ff8c5ba615f8f2c8e53cfe864 /docs
parentdf2b695433514cd7fa31c2dd7409cab81ac00d7a (diff)
downloadpyramid-4af9009e1765ea413465d477060b3d82f470562f.tar.gz
pyramid-4af9009e1765ea413465d477060b3d82f470562f.tar.bz2
pyramid-4af9009e1765ea413465d477060b3d82f470562f.zip
Changes from jpcw.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 751017067..c7f53a4e5 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -125,11 +125,11 @@ Once the project is installed for development, you can run the
application it represents using the ``paster serve`` command against
the generated ``MyProject.ini`` configuration file::
- $ paster serve myproject/MyProject.ini
+ $ paster serve MyProject.ini
Here's sample output from a run::
- $ paster serve myproject/MyProject.ini
+ $ paster serve MyProject.ini
Starting server in PID 16601.
serving on 0.0.0.0:6543 view at http://127.0.0.1:6543
@@ -158,7 +158,7 @@ port 6543.
Viewing the Application
-----------------------
-Visit ``http://localhost:6542/`` in your browser. You will see::
+Visit ``http://localhost:6543/`` in your browser. You will see::
Welcome to MyProject