docs: fix readme wording [skip ci]

This commit is contained in:
Amin Yahyaabadi 2023-06-29 15:37:08 -07:00
parent 967d1f8c3d
commit c3620045c5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Setting up a **cross-platform** environment for building and testing C++/C proje
| coverage | gcovr, opencppcoverage, kcov |
| other | python, powershell, sevenzip |
`setup-cpp` automatically installs the dependencies above tools if needed for the selected tool (e.g., `python` is required for `conan`).
`setup-cpp` automatically handles the dependencies of the selected tool (e.g., `python` is required for `conan`).
## Usage