diff --git a/Changes b/Changes index 8bbb9ef..a610f31 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Mojolicious::Plugin::TtRenderer {{$NEXT}} + - documentation 1.48 2013-08-08 09:13:19 America/New_York - documentation diff --git a/lib/Mojolicious/Plugin/TtRenderer.pm b/lib/Mojolicious/Plugin/TtRenderer.pm index b17791d..8c137ae 100644 --- a/lib/Mojolicious/Plugin/TtRenderer.pm +++ b/lib/Mojolicious/Plugin/TtRenderer.pm @@ -128,7 +128,7 @@ is equivalent to plugin 'tt_renderer', { template_options { COMPILE_DIR => 'some/path' } }; except in the first example relative paths are relative to the L -app's home directory (C<$app->home>). +app's home directory (C<$app-Ehome>). =head1 STASH diff --git a/lib/Mojolicious/Plugin/TtRenderer/Engine.pm b/lib/Mojolicious/Plugin/TtRenderer/Engine.pm index d7f7957..acfa507 100644 --- a/lib/Mojolicious/Plugin/TtRenderer/Engine.pm +++ b/lib/Mojolicious/Plugin/TtRenderer/Engine.pm @@ -252,7 +252,7 @@ Add the handler: $self->renderer->add_handler( tt => $tt ); } -Template parameter are taken from C< $c->stash >. +Template parameter are taken from C<$c-Estash>. =head1 RENDERING