From 87bfcc52afcd647309d1649d17ec05c9303f8ccc Mon Sep 17 00:00:00 2001 From: Jeff Mesnil Date: Tue, 5 Jun 2012 18:11:31 +0300 Subject: [PATCH] fix typo + update stomp-websocket code --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5842f4a..826a9ac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - RabbitMQ-Web-Stomp plugin ========================= @@ -11,15 +10,14 @@ port 55674, for example a valid SockJS endpoint url may look like: Once the server is started you should be able to establish a SockJS connection to this url. You will be able to communicate using the -usual STOMP protocol over it. For example, a page using Jeff Mensnil's +usual STOMP protocol over it. For example, a page using Jeff Mesnil's "stomp-websocket" project may look like this: