Update README.md

Fixed punctuation issues
This commit is contained in:
Kasra Hashemi 2023-06-16 13:59:16 +03:30 committed by GitHub
parent 18fa6a4db3
commit 148b327ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,8 @@ The 1.13.x branch requires at least C++14.
#### Continuous Integration #### Continuous Integration
We use Google's internal systems for continuous integration. \ We use Google's internal systems for continuous integration. \
GitHub Actions were added for the convenience of open source contributors. They 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 are exclusively maintained by the open-source community and not used by the
GoogleTest team. GoogleTest team.
#### Coming Soon #### Coming Soon
@ -83,7 +83,7 @@ More information about building GoogleTest can be found at
data types data types
* Various options for running tests: \ * Various options for running tests: \
Googletest provides many options for running tests including running 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 parallel
## Supported Platforms ## Supported Platforms
@ -92,7 +92,7 @@ GoogleTest follows Google's
[Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support). [Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support).
See See
[this table](https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md) [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. tools.
## Who Is Using GoogleTest? ## Who Is Using GoogleTest?