Skip to content

Commit 181f943

Browse files
committed
Fix mention of compress library in README.md
1 parent f074be2 commit 181f943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Advantages of nhooyr.io/websocket:
112112
- Gorilla's implementation is slower and uses [unsafe](https://golang.org/pkg/unsafe/).
113113
- Full [permessage-deflate](https://tools.ietf.org/html/rfc7692) compression extension support
114114
- Gorilla only supports no context takeover mode
115-
- We use a vendored [klauspost/compress](https://github.com/klauspost/compress) for much lower memory usage ([gorilla/websocket#203](https://github.com/gorilla/websocket/issues/203))
115+
- We use [klauspost/compress](https://github.com/klauspost/compress) for much lower memory usage ([gorilla/websocket#203](https://github.com/gorilla/websocket/issues/203))
116116
- [CloseRead](https://pkg.go.dev/nhooyr.io/websocket#Conn.CloseRead) helper ([gorilla/websocket#492](https://github.com/gorilla/websocket/issues/492))
117117
- Actively maintained ([gorilla/websocket#370](https://github.com/gorilla/websocket/issues/370))
118118

0 commit comments

Comments
 (0)