Improve chat example documentation

This commit is contained in:
Gary Burd 2015-07-14 07:06:27 -07:00
parent a3ec486e6a
commit 6eb6ad425a
1 changed files with 1 additions and 0 deletions

View File

@ -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.