Skip to content

Commit bc48c2b

Browse files
committed
fix typo
1 parent dc461f0 commit bc48c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ resume sending when you get `drain`.
145145

146146
## redis.createClient()
147147
If you have `redis-server` running on the same computer as node, then the defaults for
148-
port and host are probably fine and you don't need to supply any arguments. `createClient()` returns a `RedisClient`.
148+
port and host are probably fine and you don't need to supply any arguments. `createClient()` returns a `RedisClient` object.
149149

150150
### overloading
151151
* `redis.createClient(port,host,options)`

0 commit comments

Comments
 (0)