Skip to content

Commit 5410123

Browse files
committed
Update README.md
1 parent 980bbe3 commit 5410123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ This module exports all the commands that Redis supports, using the API of http:
77
## Install
88

99
```shell
10-
$ npm install redis-commands
10+
$ npm install ioredis-commands
1111
```
1212

1313
## Usage
1414

1515
```javascript
16-
var commands = require('redis-commands');
16+
var commands = require('ioredis-commands');
1717

1818
Object.keys(commands).forEach(function (command) {
1919
console.log(command);

0 commit comments

Comments
 (0)