From defec9c1e1a97dbe0531c17b22fd00afd3e27021 Mon Sep 17 00:00:00 2001 From: Kyle Date: Thu, 16 Jul 2015 11:30:32 -0500 Subject: [PATCH] fixed duplicate and typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 836bf9d..c9900bb 100644 --- a/README.md +++ b/README.md @@ -152,9 +152,8 @@ port and host are probably fine and you don't need to supply any arguments. `cre * `redis.createClient()` is equivalent to `redis.createClient(6379, '127.0.0.1', {})` * `redis.createClient(options)` is equivalent to `redis.createClient(6379, '127.0.0.1', options)` * `redis.createClient(unix_socket, options)` -* `redis.createClient(port, host, options)` - `options` in an object with the following possible properties: + `options` is an object with the following possible properties: * `parser`: which Redis protocol reply parser to use. Defaults to `hiredis` if that module is installed. This may also be set to `javascript`.