Skip to content

Commit 25cd3ce

Browse files
committed
Merge pull request #716 from davemun/master
Fixed missing word in README.md
2 parents de66927 + 67be3db commit 25cd3ce

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
@@ -127,7 +127,7 @@ JavaScript Array of node Buffers. `HGETALL` returns an Object with Buffers keye
127127

128128
### "ready"
129129

130-
`client` will emit `ready` a connection is established to the Redis server and the server reports
130+
`client` will emit `ready` once a connection is established to the Redis server and the server reports
131131
that it is ready to receive commands. Commands issued before the `ready` event are queued,
132132
then replayed just before this event is emitted.
133133

0 commit comments

Comments
 (0)