From fb734561494d318335345e69e372f081c9821ad3 Mon Sep 17 00:00:00 2001 From: Satyam Singh <97077594+Satyxm@users.noreply.github.com> Date: Sun, 2 Apr 2023 22:15:47 +0530 Subject: [PATCH] Made some improvements in words. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6dcaf7..d0cdb5f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Semantic Versioning Specification -"Semantic Versioning" or "SemVer" contain a set of rules and requirements that dictate how version numbers are assigned and incremented. You can find full document in [semver.md](./semver.md) or visit our official website [semver.org](https://semver.org) to find previous versions and localized specifications. +"Semantic Versioning" or "SemVer" contains a set of rules and requirements that dictate how version numbers are assigned and incremented. You can find the full document in [semver.md](./semver.md) or visit our official website [semver.org](https://semver.org) to find previous versions and localized specifications. Changes to the document are published to the website by a [GitHub Actions workflow](https://github.com/semver/semver.org/blob/gh-pages/.github/workflows/sync.yml) which runs once each day.