diff --git a/README.md b/README.md index c18a098..91854f1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # chat-example -This is the source code for a very simple chat example used for -the [Getting Started](http://socket.io/get-started/chat/) guide -of the Socket.IO website. +This is a sample webchat using socket.io. +With some modification for my courseworks. -Please refer to it to learn how to run this application. +The original version, please refer to http://socket.io/get-started/chat/ for more info. \ No newline at end of file diff --git a/index.html b/index.html index 5f2767e..10934f9 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@
-