summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Frederick Crisman <daniel@crisman.org>2023-05-16 12:46:47 -0400
committerGitHub <noreply@github.com>2023-05-16 09:46:47 -0700
commit067553156ace23d7eaf480aacdcdedb3191a2660 (patch)
treed033fd1b4b6debb3e30d4e03130de5fc00abc173
parentb128b802d9a97e66c53c57b5551f58f3e22828da (diff)
downloadflatbuffers-067553156ace23d7eaf480aacdcdedb3191a2660.tar.gz
flatbuffers-067553156ace23d7eaf480aacdcdedb3191a2660.tar.bz2
flatbuffers-067553156ace23d7eaf480aacdcdedb3191a2660.zip
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
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7396b424..875c73bb 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