diff options
author | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2015-08-26 14:02:07 (GMT) |
---|---|---|
committer | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2015-08-26 14:02:07 (GMT) |
commit | fba825826ab8a67fc61fa4ccc2245ada780cb43b (patch) | |
tree | da1c381a6b0ba88b1f3b140db490c9ac806f68a8 /README.md | |
parent | bf5753ac60122049c8ef5be47de1bd138a24a4f1 (diff) | |
download | googletest-fba825826ab8a67fc61fa4ccc2245ada780cb43b.zip googletest-fba825826ab8a67fc61fa4ccc2245ada780cb43b.tar.gz googletest-fba825826ab8a67fc61fa4ccc2245ada780cb43b.tar.bz2 |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ Google mock: We hope you find it useful! -## Using Google Mock Without Google Test ## +## Using Google Mock Without Google Test ## Google Mock is not a testing framework itself. Instead, it needs a testing framework for writing tests. Google Mock works seamlessly with [Google Test](http://code.google.com/p/googletest/), butj |