README.md in hightop-0.1.1 vs README.md in hightop-0.1.2
- old
+ new
@@ -42,9 +42,15 @@
```ruby
Visit.top(:city, uniq: :user_id)
```
+And min count
+
+```ruby
+Visit.top(:city, min: 10)
+```
+
## Installation
Add this line to your application’s Gemfile:
```ruby