Documentation improvements
[catagits/CatalystX-Script-Server-Starman.git] / lib / CatalystX / Script / Server / Starman.pm
index 4f0b6cf..ab7b109 100644 (file)
@@ -107,9 +107,12 @@ added by hacking your server script.
 
 =head1 Adding this to your application
 
-Just write a server script in your application which inherits from this
+Just add a server script module to your application which inherits from this
 package.
 
+L<Catalyst::ScriptRunner> will automatically detect and use it when
+script/myapp_server.pl is started.
+
 For example:
 
     package MyApp::Script::Server;