Typos in README.md

Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com>
This commit is contained in:
Mieszko Grodzicki 2023-02-21 09:49:38 +01:00 committed by Predrag Gruevski
parent 93ad2d92a3
commit b74920e5d3

View file

@ -24,7 +24,7 @@ Every argument is optional.
## Use in workspaces with more than one crate
By default, if workspace contains multiple crates, all of them are checked against semver violations. You can specify single crate to be checked instead using `crate-name` or `manifest-path`.
By default, if workspace contains multiple crates, all of them are checked for semver violations. You can specify a single crate to be checked instead using `crate-name` or `manifest-path`.
For example, this will check `my-crate`:
```yaml