From 0ccb1fd01edeb835a90c0c1140ad91dbd1a354b1 Mon Sep 17 00:00:00 2001 From: Alvaro Videla Date: Wed, 19 Sep 2012 21:04:58 +0200 Subject: [PATCH] improves README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 000e112..f6869a2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ "This library is the websockets of the '90s" - Somebody at Hacker News. -This library demoes how to achieve realtime text communication using GIF images as transport. +This library shows how to achieve realtime text communication using GIF images as transport. ![Mind Blown](https://raw.github.com/videlalvaro/gifsockets/master/doc/mybrain.gif) @@ -84,7 +84,7 @@ The following classes: - LZWEncoder.java - NeuQuant.java -were taken from this website: [http://www.fmsware.com/stuff/gif.html](http://www.fmsware.com/stuff/gif.html). +Were taken from this website: [http://www.fmsware.com/stuff/gif.html](http://www.fmsware.com/stuff/gif.html). And the server code was taken from here [https://github.com/weavejester/tcp-server](https://github.com/weavejester/tcp-server)