diff --git a/Cargo.toml b/Cargo.toml index b63cdd9..7b68d8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" edition = "2024" description = "Add or remove final newlines" repository = "https://git.urbach.dev/cli/fnl" -license-file = "readme.md" -readme = "readme.md" +license-file = "docs/readme.md" +readme = "docs/readme.md" categories = ["command-line-utilities"] \ No newline at end of file diff --git a/readme.md b/docs/readme.md similarity index 100% rename from readme.md rename to docs/readme.md