Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use daemon in example
  • Loading branch information
kraih committed Jan 20, 2015
1 parent 73e5cf0 commit d2fa38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Tutorial.pod
Expand Up @@ -57,7 +57,7 @@ The C<app-E<gt>start> call that starts the L<Mojolicious> command system
should usually be the last expression in your application and can be
customized to override normal C<@ARGV> use.

app->start('cgi');
app->start('daemon');

=head2 Reloading

Expand Down

0 comments on commit d2fa38b

Please sign in to comment.