From 77b2e157ec71d3316af3ac6d4b9a370111e3383a Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Fri, 9 Aug 2024 14:03:00 -0500 Subject: [PATCH] Add transfer notice to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c3502fa2..c74b79dd 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ websocket is a minimal and idiomatic WebSocket library for Go. go get github.com/coder/websocket ``` +> [!NOTE] +> Coder now maintains this project as explained in [this blog post](https://coder.com/blog/websocket). +> We're grateful to [nhooyr](https://github.com/nhooyr) for authoring and maintaining this project from +> 2019 to 2024. + ## Highlights - Minimal and idiomatic API