[Checkins] SVN: grokproject/branches/d2m-dual-startup/README.txt typos

Michael Haubenwallner michael at d2m.at
Thu Jun 12 02:28:27 EDT 2008


Log message for revision 87322:
  typos

Changed:
  U   grokproject/branches/d2m-dual-startup/README.txt

-=-
Modified: grokproject/branches/d2m-dual-startup/README.txt
===================================================================
--- grokproject/branches/d2m-dual-startup/README.txt	2008-06-12 06:17:02 UTC (rev 87321)
+++ grokproject/branches/d2m-dual-startup/README.txt	2008-06-12 06:28:26 UTC (rev 87322)
@@ -24,18 +24,18 @@
   
     starts the twisted server
     
-  - ``bin/paster serve etc/debug.ini
+  - ``bin/paster serve etc/debug.ini``
   
     starts the pythonpaste http server with debug enabled
     
-  - ``bin/paster serve etc/deploy.ini
+  - ``bin/paster serve etc/deploy.ini``
   
-    starts the pythonpaste http server without eror console
+    starts the pythonpaste http server without error console
     
 When using paster, automatic reloading after code changes can be enabled
 by running::
 
-  - ``bin/paster serve --reload etc/debug.ini
+  - ``bin/paster serve --reload etc/debug.ini``
 
 For those who know paster: ``grokproject`` is just a wrapper around a
 paster template.  So instead of running the ``grokproject`` command,



More information about the Checkins mailing list