Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Akron committed Mar 5, 2013
1 parent 43b0f8c commit 1853a24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Readme.pod
Expand Up @@ -219,13 +219,13 @@ ready to be embedded as the C<src> of an C<E<lt>img /E<gt> tag.
=head2 piwik_api_url

my $src_url = $c->piwik_api_url(
ImageGraph.get => {
'ImageGraph.get' => {
apiModule => 'VisitsSummary',
apiAction => 'get',
graphType => 'evolution',
period => 'day',
date => 'last30',
width => 500,
date => 'last30',
width => 500,
height => 250
});

Expand Down
6 changes: 3 additions & 3 deletions lib/Mojolicious/Plugin/Piwik.pm
Expand Up @@ -548,13 +548,13 @@ ready to be embedded as the C<src> of an C<E<lt>img /E<gt> tag.
=head2 piwik_api_url
my $src_url = $c->piwik_api_url(
ImageGraph.get => {
'ImageGraph.get' => {
apiModule => 'VisitsSummary',
apiAction => 'get',
graphType => 'evolution',
period => 'day',
date => 'last30',
width => 500,
date => 'last30',
width => 500,
height => 250
});
Expand Down

0 comments on commit 1853a24

Please sign in to comment.