Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jul 26, 2011
1 parent 4aa5db3 commit 28e8420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubygems-org-api.md
Expand Up @@ -228,7 +228,7 @@ Returns an object containing the number of downloads by day for a particular
gem version between a date range, specified by the parameters `from` and `to`.
Dates values should be specified in the format YYYY-MM-DD.

$ curl https://rubygems.org/api/v1/versions/coulda-0.6.3/downloads/search.json?from=2011-11-01&to=2011-11-05</h5>
$ curl https://rubygems.org/api/v1/versions/coulda-0.6.3/downloads/search.json?from=2011-11-01&to=2011-11-05

{
"2011-11-01":0,
Expand Down

0 comments on commit 28e8420

Please sign in to comment.