From 33cd739f3ae612843121b0aad8942b99df889056 Mon Sep 17 00:00:00 2001 From: Rob Zwissler Date: Fri, 5 Apr 2024 18:26:41 -0700 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46b2ab1..9129ffc 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ Now, running `asdf sync` will ensure these plugins are installed. ## Version Constraint Interpretation -asdf is great, but there is no native format for intelligent version constraints. -Version constraints can be a powerful mechanism to enable automatic updates while -preventing breaking changes. If a program is versioned in accordance with +asdf is great, but there is no native syntax for version constraints, which can +be a powerful mechanism to enable automatic updates while preventing breaking +changes. If a program is versioned in accordance with [Semantic Versioning](https://semver.org), it should be safe to simply follow updates within the same major version, as SemVer specifies that breaking changes require a major version increment.