Skip to content

Commit fa2de70

Browse files
committed
update README.md
1 parent cd4df6f commit fa2de70

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# websocket
1+
# websocket [![GoDoc](https://godoc.org/github.com/xgfone/websocket?status.svg)](http://godoc.org/github.com/xgfone/ship) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://raw.githubusercontent.com/xgfone/websocket/master/LICENSE)
22

33
This is a websocket implementation, which is inspired by [websockify](https://github.com/novnc/websockify) and [websocket](https://github.com/gorilla/websocket).
44

@@ -14,11 +14,6 @@ It has no any dependencies.
1414
$ go get -u github.com/xgfone/websocket
1515
```
1616

17-
## API
18-
19-
See [GoDoc](https://godoc.org/github.com/xgfone/websocket)
20-
21-
2217
## VNC Proxy on WebSocket
2318

2419
The sub-package [vncproxy](https://github.com/xgfone/websocket/tree/master/vncproxy) supplies a HTTP handler about VNC Proxy on Websocket.

0 commit comments

Comments
 (0)