diff --git a/README.md b/README.md index 55d496e9cceeec4a19b3961236ab6b5e15f202f6..c9770e4af3e4c3c764ff92dac0856998f8f911a9 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.