Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-kimoto committed Feb 14, 2012
1 parent 28ce87c commit 1250603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.pod
Expand Up @@ -48,7 +48,7 @@ If all test is passed, setup is ok.

=head2 C<Start>

$ ./hypnotaod
$ ./hypnotoad

Application start in backend. Port number is C<8080> by default.
See L<Mojolicious> hypnotoad command about options.
Expand All @@ -57,13 +57,13 @@ You can also restart application by same command.

=head2 C<Stop>

$ ./hypnotaod --stop
$ ./hypnotoad --stop

You can stop application by C<--stop> option.

=head1 Start application in development mode

./morbo
$ ./morbo

Application is started in C<development> mode. port is C<3000> by default.

Expand Down

0 comments on commit 1250603

Please sign in to comment.