From 8285f4757f815b5f5772884781b5fe7dfd4f0f81 Mon Sep 17 00:00:00 2001 From: rzk3 <43094368+rzk3@users.noreply.github.com> Date: Mon, 2 Nov 2020 12:43:08 -0500 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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