Fixed a typo in README.md

This commit is contained in:
TheMarpe 2023-02-08 13:06:55 +02:00
parent 9efaec26d2
commit 6786599ec1

View File

@ -22,7 +22,7 @@ and they will be fixed as they are reported.
Subprocess library has just a single source `subprocess.hpp` present at the top directory of this repository. All you need to do is add Subprocess library has just a single source `subprocess.hpp` present at the top directory of this repository. All you need to do is add
```cpp ```cpp
#inlcude "cpp-subprocess/subprocess.hpp" #include "cpp-subprocess/subprocess.hpp"
using namespace subprocess; using namespace subprocess;
// OR // OR