From b74920e5d369db9c16a7fdb86e3722c57d222ab1 Mon Sep 17 00:00:00 2001 From: Mieszko Grodzicki Date: Tue, 21 Feb 2023 09:49:38 +0100 Subject: [PATCH] Typos in README.md Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eb2c8d..6516e4a 100644 --- a/README.md +++ b/README.md @@ -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