Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
viliampucik committed Aug 14, 2011
1 parent 5878d61 commit 16b965e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.pod
Expand Up @@ -27,6 +27,11 @@ Mojolicious::Plugin::DocRenderer - Doc Renderer Plugin
shift->plugin( 'doc_renderer' ); shift->plugin( 'doc_renderer' );
} }


sub startup {
my $self = shift;
# some code
}

__END__ __END__


=head1 NAME =head1 NAME
Expand Down Expand Up @@ -85,7 +90,7 @@ Handler name of preprocessor.
# Mojolicious::Lite # Mojolicious::Lite
plugin doc_renderer => {url => '/mydoc'}; plugin doc_renderer => {url => '/mydoc'};


URL from which the documentation of your projects is available. Default is I</doc>. URL from which the documentation of your project is available. Default is I</doc>.


=head1 METHODS =head1 METHODS


Expand Down

0 comments on commit 16b965e

Please sign in to comment.