chore: Fix readme paths in Cargo.toml

This commit is contained in:
Ed Page 2021-04-13 21:36:47 -05:00
parent b3bd0c08b8
commit b4459bef33
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ version = "0.3.0"
authors = ["Ed Page <eopage@gmail.com>"]
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"

View file

@ -4,7 +4,7 @@ version = "1.0.0"
authors = ["Ed Page <eopage@gmail.com>"]
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"