docs/redis/README.md in flipper-redis-0.21.0.rc2 vs docs/redis/README.md in flipper-redis-0.21.0
- old
+ new
@@ -19,10 +19,10 @@
## Usage
In most cases, all you need to do is require the adapter. It will connect to the Redis instance specified in the `REDIS_URL` or `FLIPPER_REDIS_URL` environment vairable, or localhost by default.
```ruby
-require 'flipper-redis'
+require 'flipper/adapters/redis'
```
**If you need to customize the adapter**, you can add this to an initializer:
```ruby