Skip to content

Commit

Permalink
Fix sample require module
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Jun 18, 2016
1 parent 409b803 commit df74bca
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 @@ -42,7 +42,7 @@ Additionally, the necessary information is exported:

```js
const Redis = require('ioredis');
const { name, lua, numberOfKeys } = require('pdel');
const { name, lua, numberOfKeys } = require('redis-pdel');
const redis = new Redis();
redis.defineCommand(name, { lua, numberOfKeys });
```
Expand Down

0 comments on commit df74bca

Please sign in to comment.