aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHyuk Myeong <hyuk.myeong@lge.com>2020-09-15 02:17:23 +0900
committerHyuk Myeong <hyuk.myeong@lge.com>2020-09-15 02:18:53 +0900
commit7aae2ac34c4b0c8ff233297d7f9011b2850a389d (patch)
treedd32ae4381b9d38015d5a693cdb04802bd064798 /README.md
parenta4ab0abb93620ce26efad9de9296b73b16e88588 (diff)
downloadgoogletest-7aae2ac34c4b0c8ff233297d7f9011b2850a389d.zip
googletest-7aae2ac34c4b0c8ff233297d7f9011b2850a389d.tar.gz
googletest-7aae2ac34c4b0c8ff233297d7f9011b2850a389d.tar.bz2
Improve the tutorial that may be confusing
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e8eefe5..bd87183 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ is now available.
## Welcome to **Google Test**, Google's C++ test framework!
-This repository is a merger of the formerly separate GoogleTest and GoogleMock
+This repository is a merger of the formerly separate Google Test and Google Mock
projects. These were so closely related that it makes sense to maintain and
release them together.
@@ -98,7 +98,7 @@ is a VS Code extension allowing to view Google Tests in a tree view, and
run/debug your tests.
[C++ TestMate](https://github.com/matepek/vscode-catch2-test-adapter) is a VS
-Code extension allowing to view Google Tests in a tree view, and run/debug your
+Code extension allowing to view Google Test in a tree view, and run/debug your
tests.
[Cornichon](https://pypi.org/project/cornichon/) is a small Gherkin DSL parser