Skip to content

Commit

Permalink
link to the blog example as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 24, 2017
1 parent 76213f9 commit b2c9b1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@
## Features

* An amazing **real-time web framework**, allowing you to easily grow single
file prototypes into well-structured web applications.
file prototypes into well-structured MVC web applications.
* Powerful out of the box with RESTful routes, plugins, commands, Perl-ish
templates, content negotiation, session management, form validation,
testing framework, static file server, CGI/[PSGI](http://plackperl.org)
Expand Down
4 changes: 3 additions & 1 deletion lib/Mojolicious/Guides.pod
Expand Up @@ -167,7 +167,9 @@ designed to be used with it and are being developed under the same umbrella.

A tiny wrapper around L<DBD::Pg> that makes
L<PostgreSQL|http://www.postgresql.org> a lot of fun to use with
L<Mojolicious>.
L<Mojolicious>. And it contains an excellent
L<blog|https://github.com/kraih/mojo-pg/tree/master/examples/blog> example
application to show you the MVC design pattern in action.

=item L<Minion>

Expand Down

0 comments on commit b2c9b1a

Please sign in to comment.