diff --git a/README.md b/README.md index 3fb72d97..bddaa40d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Lint your crate API changes for semver violations. $ cargo install cargo-semver-checks --locked # Check whether it's safe to release the new version: -$ cargo semver-checks check-release +$ cargo semver-checks ``` Or use as a [GitHub Action](https://github.com/obi1kenobi/cargo-semver-checks-action) (used in .github/workflows/ci.yml in this repo):