minor ambiguity report, thanks asarch
Kieren Diment [Wed, 30 Jun 2010 01:18:48 +0000 (01:18 +0000)]
lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod

index 2670043..8a295a4 100644 (file)
@@ -319,6 +319,10 @@ file:
         $c->response->body("Hello, World!");
     }
 
+Once you restart the server, you will need to use the new address
+L<http://localhost:3000/hello> instead of L<http://localhost:3000/> to see the
+changes.
+
 B<TIP>: See Appendix 1 for tips on removing the leading spaces when
 cutting and pasting example code from POD-based documents.