From 67be3db6cefbb507222b4aafcc25c7786af5fe24 Mon Sep 17 00:00:00 2001 From: Dave Mun Date: Tue, 24 Feb 2015 09:00:55 -0800 Subject: [PATCH] Update README.md Fixed missing word. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 830cb57fa2..be0daaca52 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ JavaScript Array of node Buffers. `HGETALL` returns an Object with Buffers keye ### "ready" -`client` will emit `ready` a connection is established to the Redis server and the server reports +`client` will emit `ready` once a connection is established to the Redis server and the server reports that it is ready to receive commands. Commands issued before the `ready` event are queued, then replayed just before this event is emitted.