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.