diff --git a/examples/chat/README.md b/examples/chat/README.md index 08fc3e6..5df3cf1 100644 --- a/examples/chat/README.md +++ b/examples/chat/README.md @@ -17,3 +17,4 @@ using the following commands. $ cd `go list -f '{{.Dir}}' github.com/gorilla/websocket/examples/chat` $ go run *.go +To use the chat example, open http://localhost:8080/ in your browser.