From a159412b02f74e6364484b79317b534303c0fb2a Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Fri, 18 Sep 2015 11:02:13 -0400 Subject: [PATCH] Remove unnecessary line from example This line doesn't seem necessary nor relevant to this example --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3b40c4cf9d..29db8b0a24 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,6 @@ client1.on("message", function (channel, message) { } }); -client1.incr("did a thing"); client1.subscribe("a nice channel"); ```