Fix minor typo (#328)
Sean Hussey
committed Dec 20, 2017
commit 7978133ffca5159fd97550d04111de54698647df
Showing 1
changed file with
1 additions
and 1 deletions
README.md
+1
-1
| @@ | @@ -642,7 +642,7 @@ remove_column :ahoy_events, :properties_json |
| ### 1.0.0 | |
| - | Add the following code to the end of `config/intializers/ahoy.rb`. |
| + | Add the following code to the end of `config/initializers/ahoy.rb`. |
| ```ruby | |
| class Ahoy::Store < Ahoy::Stores::ActiveRecordTokenStore | |