diff --git a/crates/gitignore_inner/Cargo.toml b/crates/gitignore_inner/Cargo.toml index 70829a0..9a097d4 100644 --- a/crates/gitignore_inner/Cargo.toml +++ b/crates/gitignore_inner/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" authors = ["Kasper J. Hermansen "] license = "MIT" -readme = "README.md" +readme = "../../README.md" keywords = ["git", "ignore", "clap", "interactive"] repository = "https://github.com/kjuulh/gitignore" documentation = "https://docs.rs/gitignore"