Skip to content

Commit

Permalink
readme changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfelian committed May 26, 2018
1 parent 1d54334 commit 90487b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ for client and server upgrade XHR -> websocket.
Please observe the `examples` directory for usage examples:

```
JavaScript client: examples/assets/index.html
JavaScript client: examples/assets/index.html, serve it with:
Go server: go run examples/server/server.go
Go client via WS: go run examples/client_websocket/client.go
Go client via XHR: go run examples/client_xhr_polling/client.go
```
Expand Down

0 comments on commit 90487b6

Please sign in to comment.