From 2585b6ad4ae49f7cf3c6fb4ca0547baefff2c8aa Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 26 Oct 2024 23:41:32 +0300 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d0f528..e3c349e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ cargo add ggemini ### `client` Gio API already includes powerful [SocketClient](https://docs.gtk.org/gio/class.SocketClient.html), -`ggemini::client` implementation just extends a bit some features for Gemini Protocol. +`ggemini::client` just extends some features a bit, to simplify interaction with socket over Gemini Protocol. + +It also contain some children components/mods bellow for low-level access any feature directly. #### `client::buffer`