From ce277142e782fd3493e1d055e41995a5280f40f6 Mon Sep 17 00:00:00 2001 From: David Davis Date: Fri, 23 Sep 2011 10:07:36 -0700 Subject: [PATCH] update readme --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README b/README index ee6af44..65a036d 100644 --- a/README +++ b/README @@ -1,8 +1,7 @@ In this repo you will find various examples using WebSockets and Mojolicious -http://mojolicious.org/ -http://websockets.org/ +http://mojolicio.us/ To check out the code using git: @@ -22,7 +21,7 @@ then you can run the examples Note, when running these examples, you shouldn't use http://localhost:3000/ Instead use 127.0.0.1 or another ip local to your box. Chrome will just refuse to -connect to localhost +connect to localhost (or used to?) Example 1 - Simple echo server