From f6e6f5cb5784c8fb93d5317dd5adbe304628b54d Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Sat, 27 Apr 2019 12:17:39 -0400
Subject: [PATCH] Improve comparison formatting

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b042d8e..6bbaefc 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ c.Close(websocket.StatusNormalClosure, "")
 
 While I believe nhooyr/websocket has a better API than existing libraries, 
 both gorilla/websocket and gobwas/ws were extremely useful in implementing the
-WebSocket protocol correctly so **big thanks** to the authors of both. In particular,
+WebSocket protocol correctly so *big thanks* to the authors of both. In particular,
 I made sure to go through the issue tracker of gorilla/websocket to make sure
 I implemented details correctly and understood how people were using the package
 in production.
-- 
GitLab