aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKasra Hashemi <73937934+zencatalyst@users.noreply.github.com>2023-06-16 13:59:16 +0330
committerGitHub <noreply@github.com>2023-06-16 13:59:16 +0330
commit148b327ffa6f7f97cffd1606342a136cf497210b (patch)
tree2b04df74e7d7d2ed8d28f785bfb488893d4fd24d
parent18fa6a4db32a30675c0b19bf72f8b5f693d21a23 (diff)
downloadgoogletest-148b327ffa6f7f97cffd1606342a136cf497210b.zip
googletest-148b327ffa6f7f97cffd1606342a136cf497210b.tar.gz
googletest-148b327ffa6f7f97cffd1606342a136cf497210b.tar.bz2
Update README.md
Fixed punctuation issues
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ef0c288..443e020 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@ The 1.13.x branch requires at least C++14.
#### Continuous Integration
We use Google's internal systems for continuous integration. \
-GitHub Actions were added for the convenience of open source contributors. They
-are exclusively maintained by the open source community and not used by the
+GitHub Actions were added for the convenience of open-source contributors. They
+are exclusively maintained by the open-source community and not used by the
GoogleTest team.
#### Coming Soon
@@ -83,7 +83,7 @@ More information about building GoogleTest can be found at
data types
* Various options for running tests: \
Googletest provides many options for running tests including running
- individual tests, running tests in a specific order, and running tests in
+ individual tests, running tests in a specific order and running tests in
parallel
## Supported Platforms
@@ -92,7 +92,7 @@ GoogleTest follows Google's
[Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support).
See
[this table](https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md)
-for a list of currently supported versions compilers, platforms, and build
+for a list of currently supported versions of compilers, platforms, and build
tools.
## Who Is Using GoogleTest?