Skip to content

Commit e7e4b51

Browse files
committed
Remove CI badge from README
Just clutter.
1 parent 22a4006 commit e7e4b51

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# websocket
22

33
[![godoc](https://godoc.org/nhooyr.io/websocket?status.svg)](https://godoc.org/nhooyr.io/websocket)
4-
[![ci](https://img.shields.io/github/workflow/status/nhooyr/websocket/ci?label=ci)](https://github.com/nhooyr/websocket/actions)
54

65
websocket is a minimal and idiomatic WebSocket library for Go.
76

@@ -110,8 +109,7 @@ Advantages of nhooyr.io/websocket:
110109
- Gorilla's implementation is slower and uses [unsafe](https://golang.org/pkg/unsafe/).
111110
- Full [permessage-deflate](https://tools.ietf.org/html/rfc7692) compression extension support
112111
- Gorilla only supports no context takeover mode
113-
- Uses [klauspost/compress](https://github.com/klauspost/compress) for optimized compression
114-
- See [gorilla/websocket#203](https://github.com/gorilla/websocket/issues/203)
112+
- We use [klauspost/compress](https://github.com/klauspost/compress) for much lower memory usage ([gorilla/websocket#203](https://github.com/gorilla/websocket/issues/203))
115113
- [CloseRead](https://godoc.org/nhooyr.io/websocket#Conn.CloseRead) helper ([gorilla/websocket#492](https://github.com/gorilla/websocket/issues/492))
116114
- Actively maintained ([gorilla/websocket#370](https://github.com/gorilla/websocket/issues/370))
117115

0 commit comments

Comments
 (0)