diff --git a/tca/Cargo.toml b/tca/Cargo.toml index 020f019..dd81a92 100644 --- a/tca/Cargo.toml +++ b/tca/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "tca" +name = "tca-cli" version.workspace = true edition.workspace = true license.workspace = true diff --git a/tca/README.md b/tca/README.md index 302d4b7..50b324e 100644 --- a/tca/README.md +++ b/tca/README.md @@ -5,7 +5,7 @@ CLI tool for validating and exporting [TCA](https://github.com/carmiac/tca-rust) ## Installation ```sh -cargo install tca +cargo install tca-cli ``` Or build from source: