From 1a31a7f9120058395068d8d3acea8f90f98e4690 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 20 Feb 2025 18:06:17 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 873a26e..646d1c7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Client/Server Library for [Gemini protocol](https://geminiprotocol.net/docs/protocol-specification.gmi) with Titan support -Unlike [ggemini](https://github.com/YGGverse/ggemini) created for Glib-based applications, `titanite` written using native [Rust](https://www.rust-lang.org/) ecosystem. +Unlike [ggemini](https://github.com/YGGverse/ggemini), which was created for Glib-based applications, titanite is oriented for use with the native [Rust](https://www.rust-lang.org/) ecosystem ecosystem. This library was primarily created for [titanit](https://github.com/YGGverse/titanit), a file-sharing server. > [!NOTE]