From a458bcfc4a4f5195ca55de0ae73ce6236d6de607 Mon Sep 17 00:00:00 2001 From: Arun Muralidharan Date: Thu, 9 Apr 2020 17:34:16 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab21bf2..206e7b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Subprocessing in C++] +## [Subprocessing in C++] ## Design Goals The only goal was to develop something that is as close as python2.7 subprocess module in dealing with processes.