diff --git a/README.md b/README.md index feaff99..5860c5a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # tagcmp 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 and want to be able to do things like compare them, find -which tags are more recent, sort them and other types of comparisons. +us 🙄 -A best-effort implementation which follows the wisdom of [Renovate]. +This library is helpful if you're aiming to use only "stable" and "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. This is a best-effort +implementation which follows the wisdom of [Renovate]. > Docker doesn't really have versioning, instead it supports "tags" and these > are usually used by Docker image authors as a form of versioning ... It's