From fa2de70c964fad60c007cd3d94362936c6cb85d1 Mon Sep 17 00:00:00 2001 From: xgfone Date: Sat, 13 Jul 2019 19:07:00 +0800 Subject: [PATCH] update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 873bee7..081f72d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# websocket +# 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) This is a websocket implementation, which is inspired by [websockify](https://github.com/novnc/websockify) and [websocket](https://github.com/gorilla/websocket). @@ -14,11 +14,6 @@ It has no any dependencies. $ go get -u github.com/xgfone/websocket ``` -## API - -See [GoDoc](https://godoc.org/github.com/xgfone/websocket) - - ## VNC Proxy on WebSocket The sub-package [vncproxy](https://github.com/xgfone/websocket/tree/master/vncproxy) supplies a HTTP handler about VNC Proxy on Websocket.