diff --git a/README.md b/README.md index 206e7b0..ed3e014 100644 --- a/README.md +++ b/README.md @@ -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 ```cpp -#inlcude "subprocess.hpp" +#include "subprocess.hpp" using namespace subprocess; // OR