Skip to content

Commit

Permalink
[docs] Fix Sentinel example in the README (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
veyond authored and darrachequesne committed May 4, 2018
1 parent 353870b commit e9cbe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -230,7 +230,7 @@ const options = {
const pubClient = new Redis(options);
const subClient = new Redis(options);

io.adapter(redisAdapter({ pubClient: options, subClient: options }));
io.adapter(redisAdapter({ pubClient: pubClient, subClient: subClient }));
```

## Protocol
Expand Down

0 comments on commit e9cbe30

Please sign in to comment.