Skip to content

Commit

Permalink
Merge pull request OptimalBits#52 from jac1013/master
Browse files Browse the repository at this point in the history
minor documentation fix.
  • Loading branch information
manast committed Dec 23, 2014
2 parents 804e25d + af02dab commit 65597f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ Creates a new MongoDB backend using database instance `db`.
```javascript
var client = require('redis').createClient(6379, '127.0.0.1', {no_ready_check: true});
var redisBackend = new redisBackend(client);
var redisBackend = new acl.redisBackend(client);
```
Creates a new Redis backend using Redis client `client`.
Expand Down

0 comments on commit 65597f3

Please sign in to comment.