aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHyuk Myeong <hyuk.myeong@lge.com>2021-06-13 19:50:40 +0900
committerHyuk Myeong <hyuk.myeong@lge.com>2021-06-13 19:53:04 +0900
commit1745a405eb7c70e0e4488023a4f2c69fd6faed4f (patch)
tree929ae0feb2906134de5606bedf8f8b0de3547c06 /README.md
parente2239ee6043f73722e7aa812a459f54a28552929 (diff)
downloadgoogletest-1745a405eb7c70e0e4488023a4f2c69fd6faed4f.zip
googletest-1745a405eb7c70e0e4488023a4f2c69fd6faed4f.tar.gz
googletest-1745a405eb7c70e0e4488023a4f2c69fd6faed4f.tar.bz2
fix typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7d872a5..e207d38 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,9 @@ Our documentation is now live on GitHub Pages at
https://google.github.io/googletest/. We recommend browsing the documentation on
GitHub Pages rather than directly in the repository.
-#### Release 1.10.x
+#### Release 1.11.0
-[Release 1.10.x](https://github.com/google/googletest/releases/tag/release-1.10.0)
+[Release 1.11.0](https://github.com/google/googletest/releases/tag/release-1.11.0)
is now available.
#### Coming Soon
@@ -109,8 +109,8 @@ Windows and Linux platforms.
[GoogleTest UI](https://github.com/ospector/gtest-gbar) is a test runner that
runs your test binary, allows you to track its progress via a progress bar, and
-displays a list of test failures. Clicking on one shows failure text. Google
-Test UI is written in C#.
+displays a list of test failures. Clicking on one shows failure text. GoogleTest
+UI is written in C#.
[GTest TAP Listener](https://github.com/kinow/gtest-tap-listener) is an event
listener for GoogleTest that implements the