Skip to content

Commit

Permalink
docs(readme): fixes typo (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsokal authored and luin committed Sep 7, 2019
1 parent 2b1b06a commit a3c667d
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 @@ -352,7 +352,7 @@ redis
ioredis supports all of the scripting commands such as `EVAL`, `EVALSHA` and `SCRIPT`.
However, it's tedious to use in real world scenarios since developers have to take
care of script caching and to detect when to use `EVAL` and when to use `EVALSHA`.
ioredis expose a `defineCommand` method to make scripting much easier to use:
ioredis exposes a `defineCommand` method to make scripting much easier to use:

```javascript
var redis = new Redis();
Expand Down

0 comments on commit a3c667d

Please sign in to comment.