summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDino Radakovic <dinor@google.com>2023-05-17 08:30:21 -0700
committerCopybara-Service <copybara-worker@google.com>2023-05-17 08:31:17 -0700
commitcb455a71fb23303e37ce8ee5b1cde6a2c18f66a5 (patch)
tree909d46e9ce135ae73674a607c5434fd57b49fa6e
parentd6fb5e3bf76c0363d7519373a07c2435e57c1073 (diff)
downloadgoogletest-git-cb455a71fb23303e37ce8ee5b1cde6a2c18f66a5.tar.gz
Fix typo in version number example in READMEHEADmain
PiperOrigin-RevId: 532796425 Change-Id: If81029216cf12b9b05f8e2d79671ba106ebd28fb
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3bd4bd8..10d1f86f 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ GoogleTest now follows the
We recommend
[updating to the latest commit in the `main` branch as often as possible](https://github.com/abseil/abseil-cpp/blob/master/FAQ.md#what-is-live-at-head-and-how-do-i-do-it).
We do publish occasional semantic versions, tagged with
-`v${major}.${minor}.${patch}` (e.g. `v.1.13.0`).
+`v${major}.${minor}.${patch}` (e.g. `v1.13.0`).
#### Documentation Updates