2
0

Update README.md

This commit is contained in:
Marius Dobre
2018-11-22 21:16:59 +02:00
committed by GitHub
parent 7ae0ab2d42
commit 0af46c2a15
+2 -2
View File
@@ -1,6 +1,6 @@
# recws
[![Go Report Card](https://goreportcard.com/badge/github.com/loeffel-io/recws)](https://goreportcard.com/report/github.com/loeffel-io/recws)
[![Go Report Card](https://goreportcard.com/badge/github.com/mariuspass/recws)](https://goreportcard.com/report/github.com/mariuspass/recws)
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)
Reconnecting WebSocket is a websocket client based on [gorilla/websocket](https://github.com/gorilla/websocket) that will automatically reconnect if the connection is dropped.
@@ -54,4 +54,4 @@ func main() {
}
}
}
```
```