Skip to content

Commit

Permalink
Merge pull request #616 from harrykiselev/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
seuros committed Dec 9, 2014
2 parents 45df196 + 3eae7e6 commit f0f9931
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 @@ -180,7 +180,7 @@ ActsAsTaggableOn::Tag.most_used
ActsAsTaggableOn::Tag.least_used
```

You can also filter the results by passing the method a limit, however the default limit is 50.
You can also filter the results by passing the method a limit, however the default limit is 20.

```ruby
ActsAsTaggableOn::Tag.most_used(10)
Expand Down

0 comments on commit f0f9931

Please sign in to comment.