From cdcc53e14f65270996e107107b9a9f72862f58ee Mon Sep 17 00:00:00 2001
From: Rob <rob.audenaerde@valuecare.nl>
Date: Fri, 17 Jun 2022 20:47:55 +0200
Subject: [PATCH] Update README.md (#522)

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6816069b..3b9ea0a0 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,9 @@ For information regarding locally cached versions of Node.js on GitHub hosted ru
 
 ### Supported version syntax
 
-The `node-version` input supports the following values:
+The `node-version` input supports the Semantic Versioning Specification, for more detailed examples please refer to the [documentation](https://github.com/npm/node-semver).
+
+Examples:
 
  - Major versions: `12`, `14`, `16`
  - More specific versions: `10.15`, `14.2.0`, `16.3.0`