Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
improve the relevency of the JSON Services section
  • Loading branch information
jberger committed Jul 1, 2016
1 parent 9397544 commit 34139f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Tutorial.pod
Expand Up @@ -171,8 +171,8 @@ L<Mojolicious::Command::get>.
=head2 JSON Services

JSON is a very common interchange format for web services. Mojolicious loves
JSON and makes it very easy to use everywhere. In this example you can fetch
module data from L<MetaCPAN|http://metacpan.org>.
JSON and makes it very easy to both build and use JSON services. In this example
you can fetch module data from L<MetaCPAN|http://metacpan.org>.

use Mojolicious::Lite;

Expand Down

0 comments on commit 34139f9

Please sign in to comment.