README.md in redis-actionpack-5.0.1 vs README.md in redis-actionpack-5.0.2

- old
+ new

@@ -12,10 +12,10 @@ ## Usage If you are using redis-store with Rails, consider using the [redis-rails gem](https://github.com/redis-store/redis-rails) instead. For standalone usage: ```ruby -ActionController::Base.cache_store = ActionDispatch::Session::RedisSessionStore.new +ActionController::Base.cache_store = ActionDispatch::Session::RedisStore.new ``` ## Running tests ```shell