From 067553156ace23d7eaf480aacdcdedb3191a2660 Mon Sep 17 00:00:00 2001 From: Daniel Frederick Crisman Date: Tue, 16 May 2023 12:46:47 -0400 Subject: [PATCH] README.md: SemVer case typo (#7962) SemVer (if we are capitalizing it) has a capital V. See the third sub-header at https://semver.org/#semantic-versioning-specification-semver "Semantic Versioning Specification (SemVer)" Update the text in Versioning section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7396b424673..875c73bb9c2 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Code generation and runtime libraries for many popular languages. ## Versioning -FlatBuffers does not follow traditional Semver versioning (see [rationale](https://github.com/google/flatbuffers/wiki/Versioning)) but rather uses a format of the date of the release. +FlatBuffers does not follow traditional SemVer versioning (see [rationale](https://github.com/google/flatbuffers/wiki/Versioning)) but rather uses a format of the date of the release. ## Contribution