diff --git a/README.md b/README.md index ec4f9ebf4ec..e2252c20c84 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ port and host are probably fine and you don't need to supply any arguments. `cre * `redis.createClient('redis://user:pass@host:port', options)` * `redis.createClient(port, host, options)` -### `options` is an object with the following possible properties: +#### `options` is an object with the following possible properties: * `host`: *127.0.0.1*; The host to connect to * `port`: *6370*; The port to connect to * `parser`: *hiredis*; Which Redis protocol reply parser to use. If `hiredis` is not installed it will fallback to `javascript`. diff --git a/package.json b/package.json index 5de9de70c04..21fd63aec9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis", - "version": "2.2.3", + "version": "2.2.4", "description": "Redis client library", "keywords": [ "database",