From a26e59d6425c01748a3308f883dc0aee6c9be419 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 28 Oct 2024 13:48:25 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38a9995..dfea003 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cargo add ggemini ### `client` -[Gio](https://docs.gtk.org/gio/) API already provide powerful [SocketClient](https://docs.gtk.org/gio/class.SocketClient.html)\ +[Gio](https://docs.gtk.org/gio/) API already provides powerful [SocketClient](https://docs.gtk.org/gio/class.SocketClient.html)\ `client` collection just extends some features wanted for Gemini Protocol interaction. _todo_