Skip to content

Commit

Permalink
clarifying exampple in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blahed committed Jan 25, 2013
1 parent 18af366 commit 2b50e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Von.increment('uploads')
# get the total downloads (returns an Integer)
Von.count('downloads') #=> 4
# get the monthly counts (returns an Array of Hashes)
Von.count('downloads', :monthly) #=> [ { '2012-03 => 3}, { '2013-04' => 1 }]
Von.count('uploads', :monthly) #=> [ { '2012-03 => 3}, { '2013-04' => 1 }, { '2013-05' => 0 }]

```

Expand Down

0 comments on commit 2b50e19

Please sign in to comment.