Skip to content

Commit

Permalink
doc(setup): fix providers path inside the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 7, 2016
1 parent 9610860 commit d02475e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Once you have installed the provider from the [npm](https://npmjs.org/packages/a
```javascript
const providers = [
...,
'adonis-redis/providers/RedisFactory',
'adonis-redis/providers/Redis'
'adonis-redis/providers/RedisFactoryProvider',
'adonis-redis/providers/RedisProvider'
]
```

Expand Down

0 comments on commit d02475e

Please sign in to comment.