From dd73c4f86237c8fb7ec096b3b197ff73db28dc70 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 9 Aug 2021 10:17:20 -0400 Subject: [PATCH] update project name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1456ef8..8b305e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GoshuIRC-Go +# ergochat/irc-go These are libraries to help in writing IRC clients and servers in Go, prioritizing correctness, safety, and [IRCv3 support](https://ircv3.net/). They are not yet API-stable, but any API breaks should be modest in scope.