fix typo
Kieren Diment [Wed, 16 May 2012 21:35:48 +0000 (07:35 +1000)]
Changes
lib/Catalyst/Manual/Tutorial/01_Intro.pod

diff --git a/Changes b/Changes
index e36babb..467dccc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Catalyst-Manual
 
+    - Fix typo RT #77247 Thanks John Deighan
+
 5.9004 4th May 2012
     - PSGI Compat changes
     - Small code changes (thanks sockmonk)
index 54ff75e..ea26902 100644 (file)
@@ -293,7 +293,7 @@ Chapter 3 included with the Tutorial Virtual Machine and start the
 Catalyst Development Server:
 
     $ cd Final/Chapter03/MyApp
-    $ perl scripts/myapp_server
+    $ perl script/myapp_server.pl
 
 =item 8