From 832a79246311572d9503a6d550adba56a83f3e49 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 4 May 2016 16:30:41 +0200 Subject: [PATCH] Updating the name of sockjs-protocol.py in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31660369..7442c93c 100644 --- a/README.md +++ b/README.md @@ -383,7 +383,7 @@ To run it run something like: cd sockjs-protocol make test_deps - ./venv/bin/python sockjs-protocol-0.3.py + ./venv/bin/python sockjs-protocol.py For details see [SockJS-protocol README](https://github.com/sockjs/sockjs-protocol#readme).