From a1db9a7ba931f461590810b55ed16a5a4495e747 Mon Sep 17 00:00:00 2001 From: Brian Hammond Date: Mon, 3 May 2010 22:30:46 -0400 Subject: [PATCH] Move nodered ws client to common area --- demo/pubsub_over_websockets/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/demo/pubsub_over_websockets/README.md b/demo/pubsub_over_websockets/README.md index 458e027..ffeb41f 100644 --- a/demo/pubsub_over_websockets/README.md +++ b/demo/pubsub_over_websockets/README.md @@ -3,7 +3,6 @@ 1. Launch Redis. 1. Launch NodeRed with a `ws` server listening on port 8081. 1. Open two browser windows to the `index.html` file. -1. Enter a nickname in both windows. 1. In both windows, subscribe to a channel (invent a channel name). 1. In one window, publish a message (e.g. Hello!). 1. See it in the other window.