From 08c3dc335f578acd9f569d94315e35275b4facb6 Mon Sep 17 00:00:00 2001 From: palerdot Date: Thu, 1 Feb 2024 10:59:47 +0530 Subject: [PATCH] [manifest] readme file local repo path --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b73b943..92a20d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" repository = "https://github.com/palerdot/wordl-rs" documentation = "https://github.com/palerdot/wordl-rs" homepage = "https://github.com/palerdot/wordl-rs" -readme = "https://github.com/palerdot/wordl-rs/blob/master/README.md" +readme = "README.md" keywords = ["wordle", "terminal", "games", "command line"] categories = ["command-line-utilities", "games"]