diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 2be47c4..fa1ce50 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/imperative" documentation = "https://docs.rs/imperative" -readme = "README.md" +readme = "../README.md" categories = ["text-processing"] license = "MIT" edition = "2018" diff --git a/typos-dict/Cargo.toml b/typos-dict/Cargo.toml index 3779c71..06aa5ff 100644 --- a/typos-dict/Cargo.toml +++ b/typos-dict/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/epage/typos" documentation = "https://docs.rs/typos-dict" -readme = "README.md" +readme = "../README.md" categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] license = "MIT" diff --git a/typos/Cargo.toml b/typos/Cargo.toml index bfc23f3..67bdb10 100644 --- a/typos/Cargo.toml +++ b/typos/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/epage/typos" documentation = "https://docs.rs/typos" -readme = "README.md" +readme = "../README.md" categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] license = "MIT"