aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-06-12 11:18:40 -0400
committerGennadiy Civil <misterg@google.com>2019-06-12 11:18:40 -0400
commitfa9a476816c8cc94f2240d71960eb75312771c6c (patch)
treee1b8f2033531a8fcce405e18f6715aab39e013f4 /README.md
parent89656ddbe62f9f0eeb6447868b31f2ec3b1052bb (diff)
downloadgoogletest-fa9a476816c8cc94f2240d71960eb75312771c6c.tar.gz
googletest-fa9a476816c8cc94f2240d71960eb75312771c6c.tar.bz2
googletest-fa9a476816c8cc94f2240d71960eb75312771c6c.zip
Formatting Changes, README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2b64414d..5b417fa8 100644
--- a/README.md
+++ b/README.md
@@ -103,9 +103,11 @@ result output. If your test runner understands TAP, you may find it useful.
[gtest-parallel](https://github.com/google/gtest-parallel) is a test runner that
runs tests from your binary in parallel to provide significant speed-up.
-[GoogleTest Adapter](https://marketplace.visualstudio.com/items?itemName=DavidSchuldenfrei.gtest-adapter) is a VS Code extension allowing to view Google Tests in a tree view, and run/debug your tests.
+[GoogleTest Adapter](https://marketplace.visualstudio.com/items?itemName=DavidSchuldenfrei.gtest-adapter)
+is a VS Code extension allowing to view Google Tests in a tree view, and
+run/debug your tests.
-## Requirements ##
+## Requirements
Google Test is designed to have fairly minimal requirements to build and use
with your projects, but there are some. If you notice any problems on your
@@ -126,7 +128,7 @@ package:
## Contributing change
-Please read the [`CONTRIBUTING.md`](CONTRIBUTING.md) for details on
-how to contribute to this project.
+Please read the [`CONTRIBUTING.md`](CONTRIBUTING.md) for details on how to
+contribute to this project.
Happy testing!