From 2b5852213197a760e72744fcce7ee529cbf97c78 Mon Sep 17 00:00:00 2001 From: fising Date: Wed, 29 Nov 2017 23:20:15 +0800 Subject: [PATCH] update README.md --- examples/chat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chat/README.md b/examples/chat/README.md index 47c82f9..7baf3e3 100644 --- a/examples/chat/README.md +++ b/examples/chat/README.md @@ -1,6 +1,6 @@ # Chat Example -This application shows how to use use the +This application shows how to use the [websocket](https://github.com/gorilla/websocket) package to implement a simple web chat application.