diff --git a/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index 8122b90..464f861 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -4,7 +4,7 @@ version = "0.3.0" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos" -readme = "../README.md" +readme = "../../README.md" categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] license = "MIT" diff --git a/crates/varcon-core/Cargo.toml b/crates/varcon-core/Cargo.toml index 5929c04..c5cbbd7 100644 --- a/crates/varcon-core/Cargo.toml +++ b/crates/varcon-core/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" authors = ["Ed Page "] description = "Varcon-relevant data structures" repository = "https://github.com/crate-ci/typos" -readme = "../../../README.md" +readme = "../../README.md" categories = ["text-processing"] license = "MIT" edition = "2018"