Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 4, 2013
1 parent b7193ca commit 6397b63
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions lib/Mojolicious.pm
Expand Up @@ -534,18 +534,16 @@ the default controller object)
$app->plugin('MyApp::Plugin::SomeThing', foo => 23);
$app->plugin('MyApp::Plugin::SomeThing', {foo => 23});
Load a plugin with L<Mojolicious::Plugins/"register_plugin">, for a full list
of example plugins included in the L<Mojolicious> distribution see
L<Mojolicious::Plugins/"PLUGINS">.
Load a plugin, for a full list of example plugins included in the
L<Mojolicious> distribution see L<Mojolicious::Plugins/"PLUGINS">.
=head2 C<start>
$app->start;
$app->start(@ARGV);
Start the command line interface for your application with
L<Mojolicious::Commands/"start">, for a full list of commands available by
default see L<Mojolicious::Commands/"COMMANDS">.
Start the command line interface for your application, for a full list of
commands available by default see L<Mojolicious::Commands/"COMMANDS">.
# Always start daemon and ignore @ARGV
$app->start('daemon', '-l', 'http://*:8080');
Expand Down

0 comments on commit 6397b63

Please sign in to comment.