diff --git a/README.md b/README.md index f9e19c09f4..088f1be982 100644 --- a/README.md +++ b/README.md @@ -646,7 +646,7 @@ pass an array of commands and arguments to the constructor: ```js var redis = require("redis"), - client = redis.createClient(), multi; + client = redis.createClient(); client.multi([ ["mget", "multifoo", "multibar", redis.print],