From 0af46c2a15eada5c8357748c7d738c1977ff5608 Mon Sep 17 00:00:00 2001 From: Marius Dobre Date: Thu, 22 Nov 2018 21:16:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a146202..a979d7c 100644 --- a/README.md +++ b/README.md @@ -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() { } } } -``` \ No newline at end of file +```