From 98e65f891ea10ceaae2df94754f408cd8d42a834 Mon Sep 17 00:00:00 2001 From: Uncle Stinky Date: Mon, 28 Oct 2024 13:41:03 +0300 Subject: [PATCH] small typo fix of description Signed-off-by: Uncle Stinky --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 29317a8..5f50c17 100755 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ghost-cli" -description = "Implementation of a Ghost Client Node in Rust" +description = "Implementation of the Ghost Client Node in Rust" version.workspace = true edition.workspace = true authors.workspace = true