From b4459bef33b013342ec15a066ed74d5e6772df9d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 13 Apr 2021 21:36:47 -0500 Subject: [PATCH] chore: Fix readme paths in Cargo.toml --- crates/typos/Cargo.toml | 2 +- crates/varcon-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"