Skip to content

Commit 7157c05

Browse files
committed
Clarify dependency situation
1 parent 2c44f28 commit 7157c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ go get nhooyr.io/websocket
1616
- First class [context.Context](https://blog.golang.org/context) support
1717
- Fully passes the WebSocket [autobahn-testsuite](https://github.com/crossbario/autobahn-testsuite)
1818
- Thorough tests with [90% coverage](https://coveralls.io/github/nhooyr/websocket)
19-
- [Minimal dependencies](https://pkg.go.dev/nhooyr.io/websocket?tab=imports)
19+
- [Single dependency](https://pkg.go.dev/nhooyr.io/websocket?tab=imports)
2020
- JSON and protobuf helpers in the [wsjson](https://pkg.go.dev/nhooyr.io/websocket/wsjson) and [wspb](https://pkg.go.dev/nhooyr.io/websocket/wspb) subpackages
2121
- Zero alloc reads and writes
2222
- Concurrent writes

0 commit comments

Comments
 (0)