diff --git a/README.md b/README.md index 5fc85ea..dc26c09 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # recws + +[![Go Report Card](https://goreportcard.com/badge/github.com/loeffel-io/recws)](https://goreportcard.com/report/github.com/loeffel-io/recws) + Reconnecting WebSocket is a websocket client based on [gorilla/websocket](https://github.com/gorilla/websocket) that will automatically reconnect if the connection is dropped.