diff options
author | Daniel Frederick Crisman <daniel@crisman.org> | 2023-05-16 12:46:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 09:46:47 -0700 |
commit | 067553156ace23d7eaf480aacdcdedb3191a2660 (patch) | |
tree | d033fd1b4b6debb3e30d4e03130de5fc00abc173 | |
parent | b128b802d9a97e66c53c57b5551f58f3e22828da (diff) | |
download | flatbuffers-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |