Skip to content

Commit f6e6f5c

Browse files
committed
Improve comparison formatting
1 parent a2e039f commit f6e6f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ c.Close(websocket.StatusNormalClosure, "")
9494

9595
While I believe nhooyr/websocket has a better API than existing libraries,
9696
both gorilla/websocket and gobwas/ws were extremely useful in implementing the
97-
WebSocket protocol correctly so **big thanks** to the authors of both. In particular,
97+
WebSocket protocol correctly so *big thanks* to the authors of both. In particular,
9898
I made sure to go through the issue tracker of gorilla/websocket to make sure
9999
I implemented details correctly and understood how people were using the package
100100
in production.

0 commit comments

Comments
 (0)