From 4e99448586d61add8123e294ead60709781eeaa0 Mon Sep 17 00:00:00 2001 From: Patrick Haun Date: Sun, 26 Nov 2023 21:34:16 +0100 Subject: [PATCH] readme is now markdown --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aac4500e..10ad8459 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "faster workspace management" license = "WTFPL" categories = ["command-line-utilities"] repository = "https://github.com/brocode/fw" -readme = "README.org" +readme = "README.md" keywords = ["workspace", "productivity", "cli", "automation", "developer-tools" ] edition = "2021" include = ["src/**/*", "LICENSE", "README.md"]