From 6eb6ad425a89d9da7a5549bc6da8f79ba5c17844 Mon Sep 17 00:00:00 2001 From: Gary Burd Date: Tue, 14 Jul 2015 07:06:27 -0700 Subject: [PATCH] Improve chat example documentation --- examples/chat/README.md | 1 + 1 file changed, 1 insertion(+) 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.