dispatcher sounds better
[catagits/Catalyst-Runtime.git] / README
diff --git a/README b/README
index 3ff93e9..7278a8b 100644 (file)
--- a/README
+++ b/README
@@ -3,21 +3,19 @@ NAME
 
 SYNOPSIS
         # use the helper to start a new application
-        catalyst MyApp
+        catalyst.pl MyApp
         cd MyApp
 
         # add models, views, controllers
-        bin/create model Something
-        bin/create view Stuff
-        bin/create controller Yada
+        script/create.pl model Something
+        script/create.pl view Stuff
+        script/create.pl controller Yada
 
         # built in testserver
-        bin/server
+        script/server.pl
 
         # command line interface
-        bin/test /yada
-
-        See also L<Catalyst::Manual::Intro>
+        script/test.pl /yada
 
         use Catalyst;
 
@@ -45,6 +43,8 @@ SYNOPSIS
             }
         );
 
+    See also Catalyst::Manual::Intro
+
 DESCRIPTION
     Catalyst is based upon Maypole, which you should consider for smaller
     projects.
@@ -86,6 +86,16 @@ DESCRIPTION
    config
     Returns a hashref containing your applications settings.
 
+SUPPORT
+    IRC:
+
+        Join #catalyst on irc.perl.org.
+
+    Mailing-Lists:
+
+        http://lists.rawmode.org/mailman/listinfo/catalyst
+        http://lists.rawmode.org/mailman/listinfo/catalyst-dev
+    
 SEE ALSO
     Catalyst::Manual, Catalyst::Test, Catalyst::Request, Catalyst::Response,
     Catalyst::Engine
@@ -94,7 +104,8 @@ AUTHOR
     Sebastian Riedel, "sri@oook.de"
 
 THANK YOU
-    David Naughton, Gary Ashton Jones, Marcus Ramberg and all the others
+    Andrew Ruthven, Danijel Milicevic, David Naughton, Gary Ashton Jones,
+    Jesse Sheidlower, Johan Lindstrom, Marcus Ramberg and all the others
     who've helped.
 
 LICENSE