aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBilly Donahue <billydonahue@google.com>2015-08-25 18:33:08 -0400
committerBilly Donahue <billydonahue@google.com>2015-08-25 18:33:08 -0400
commit8a3c8c9376161041fd6f9f26cf482347bd23e385 (patch)
tree4e05b23702c200f3df94db96d257f5ddb8e131ff /README.md
parent5b3ef3bd6cb94e1043f9d4dcbfbd537933b42d64 (diff)
downloadgoogletest-8a3c8c9376161041fd6f9f26cf482347bd23e385.tar.gz
googletest-8a3c8c9376161041fd6f9f26cf482347bd23e385.tar.bz2
googletest-8a3c8c9376161041fd6f9f26cf482347bd23e385.zip
tiny fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 137017bf..62fe82a1 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,16 @@
-Welcome to **Google C++ Test Framework**!
+Welcome to **Google Test**, the Google C++ Test Framework!
This GitHub repository is a merger of the former <googletest> and <googlemock> products,
which are so closely related that it makes sense to maintain and release them together.
## GoogleTest ##
-Based on the xUnit architecture. Supports automatic test discovery, a rich
-set of assertions, user-defined assertions, death tests, fatal and
-non-fatal failures, value- and type-parameterized tests, various
-options for running the tests, and XML test report generation.
+Based on the [XUnit](https://en.wikipedia.org/wiki/XUnit) architecture.
+Supports automatic test discovery, a rich set of assertions, user-defined
+assertions, death tests, fatal and non-fatal failures, value- and
+type-parameterized tests, various options for running the tests, and XML test
+report generation.
## Platforms ##