diff --git a/README.md b/README.md index 714d6bd..c2ee8f2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Comparison operations for image tags. Because registries aren't doing this for us 🙄 This library is helpful if you're aiming to use only "stable" and -"semver-like" tags want to be able to do things like compare them, find which -tags are more recent, sort them and other types of comparisons. +"semver-like" tags and want to be able to do things like compare them, find +which tags are more recent, sort them and other types of comparisons. A best-effort implementation which follows the wisdom of [Renovate]. @@ -116,7 +116,7 @@ func (t Tag) String() string "6.2-alpine", "6.2.1-alpine", -// semver with sufixx and 'v' +// semver with sufix and 'v' "v6-alpine", "v6.2-alpine", "v6.2.1-alpine",