From e955bb151a0de0e97608d639bb354f43935b279a Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Sat, 28 Sep 2013 12:26:19 -0400 Subject: [PATCH] spacing --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 1180e3a..8c90ad8 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,9 @@ Here is the same example using the full [Mojolicious](http://search.cpan.org/per use Mojo::Base qw( Mojolicious ); - sub startup { my($self) = @_; - $self->plugin('tt_renderer' => { template_options => { PRE_CHOMP => 1, @@ -123,7 +121,6 @@ The current controller instance can be accessed as `c`. plugin 'tt_renderer'; - get '/' => sub { my $self = shift; $self->render('index'); @@ -131,7 +128,6 @@ The current controller instance can be accessed as `c`. app->start; - __DATA__ @@ index.html.tt