From c755bc88609d040b249995d66b28ad514f7782ac Mon Sep 17 00:00:00 2001 From: Anmol Sethi <hi@nhooyr.io> Date: Sat, 28 Sep 2019 19:10:50 -0500 Subject: [PATCH] Improve comparison to gorilla --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55d496e..c9770e4 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,8 @@ https://github.com/gorilla/websocket The implementation of gorilla/websocket is 6 years old. As such, it is widely used and very mature compared to nhooyr.io/websocket. -On the other hand, it has accumulated cruft over the years. There are too many ways to do -the same thing. Just compare the godoc of +On the other hand, it has grown organically and now there are too many ways to do +the same thing. Compare the godoc of [nhooyr/websocket](https://godoc.org/nhooyr.io/websocket) with [gorilla/websocket](https://godoc.org/github.com/gorilla/websocket) side by side. -- GitLab