Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
better comments for example application
  • Loading branch information
kraih committed Sep 17, 2014
1 parent 6d5f3be commit 97e6eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -67,10 +67,10 @@ app->start;
```perl
use Mojolicious::Lite;

# Route associating "/" with template in DATA section
# Route connecting "/" with a template in the DATA section
get '/' => 'index';

# WebSocket service scraping information from remote site
# WebSocket service scraping information from a web site
websocket '/title' => sub {
my $c = shift;
$c->on(message => sub {
Expand Down

0 comments on commit 97e6eab

Please sign in to comment.