README.md in holder_rails-2.3.2 vs README.md in holder_rails-2.4.0

- old
+ new

@@ -25,10 +25,10 @@ ```js //= require holder ``` -And if you're using [turbolinks](https://github.com/rails/turbolinks) +For versions **less than 2.3.2**, if you're using [turbolinks](https://github.com/rails/turbolinks) don't forget to run `Holder` after `page:change` event: ```coffee $(document).bind 'page:change', -> Holder.run()