Skip to content

Commit db25205

Browse files
committed
README.md: improve
1 parent 81fe175 commit db25205

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# WebsocketProxy [![GoDoc](https://godoc.org/github.com/koding/websocketproxy?status.png)](http://godoc.org/github.com/koding/websocketproxy) [![Build Status](https://travis-ci.org/koding/websocketproxy.png)](https://travis-ci.org/koding/websocketproxy)
22

3-
WebsocketProxy is an http.Handler interface that you can plug into your
4-
existing Go webserver to provide WebSocket reverse proxy.
3+
WebsocketProxy is an http.Handler interface build on top of
4+
[gorilla/websocket](https://github.com/gorilla/websocket) that you can plug
5+
into your existing Go webserver to provide WebSocket reverse proxy.
56

67
## Install
78

0 commit comments

Comments
 (0)