Better wording
Andrew Kane
committed Jun 21, 2016
commit ef3d58062619c446b76e192d3737480068f3c12f
Showing 1
changed file with
1 additions
and 1 deletions
README.md
+1
-1
| @@ | @@ -493,7 +493,7 @@ The same approach also works with visitor tokens. |
| Ahoy::Event.where_properties(store_id: 1).count | |
| ``` | |
| - | **Note:** If you get a `NoMethodError`, upgrade Ahoy and add to your model `include Ahoy::Properties`. |
| + | **Note:** If you get a `NoMethodError`, upgrade Ahoy and add `include Ahoy::Properties` to your model. |
| ## Native Apps | |