From 79932b1f42aab450f9976a86b25f98ae9e1c503b Mon Sep 17 00:00:00 2001 From: arunmu Date: Sun, 20 Mar 2016 10:44:41 +0530 Subject: [PATCH] Updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89d8e7d..630fb83 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ It has no support for Windows in its current state. ## Integration Subprocess library has just a single source `subprocess.hpp` present at the top directory of this repository. All you need to do is add +Checkout http://templated-thoughts.blogspot.in/2016/03/sub-processing-with-modern-c.html as well. + ```cpp #inlcude "subprocess.hpp"