From c3620045c58dbe89824b5fb334949abffa25b4a3 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Thu, 29 Jun 2023 15:37:08 -0700 Subject: [PATCH] docs: fix readme wording [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b43259da..90e59861 100644 --- a/README.md +++ b/README.md @@ -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