From 94b4d80a48b5b16dd84dbd219eb8f6e91ee4395f Mon Sep 17 00:00:00 2001 From: Luca Pellicoro Date: Fri, 7 Dec 2012 00:27:40 -0800 Subject: [PATCH] Don't interfere with markdown --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index f567a1d..9121325 100644 --- a/README.markdown +++ b/README.markdown @@ -315,6 +315,6 @@ function checkData() { Publish messages to redis to see output similar to the following:
 {"SUBSCRIBE":["subscribe","hello",1]}
-{"SUBSCRIBE":["message","hello",""]}
-{"SUBSCRIBE":["message","hello",""]} 
+{"SUBSCRIBE":["message","hello","some message"]}
+{"SUBSCRIBE":["message","hello","some other message"]} 
 
\ No newline at end of file