diff --git a/README.md b/README.md index 9a97aaf65d..836bf9d1fa 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ resume sending when you get `drain`. ## redis.createClient() If you have `redis-server` running on the same computer as node, then the defaults for -port and host are probably fine and you don't need to supply any arguments. `createClient()` returns a `RedisClient`. +port and host are probably fine and you don't need to supply any arguments. `createClient()` returns a `RedisClient` object. ### overloading * `redis.createClient(port,host,options)`