diff --git a/README.md b/README.md index 1d178a6..23970d8 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ After connecting, you can start to make requests. // delete a key from cache. }); - client.version(function(error, result)){ + client.version(function(error, result){ // grab the server version });