From 161c72d78ac39556a782e8b18b61ff9636725b22 Mon Sep 17 00:00:00 2001 From: marc <78002988+novak-99@users.noreply.github.com> Date: Fri, 28 May 2021 12:32:55 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dca354..3aaffdb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Begin by downloading the header files for the ML++ library. You can do this by c ``` git clone https://github.com/novak-99/MLPP ``` -After you have finished cloning it, maintain the ML++ source files in a local directory and include them in this fashion: +After doing so, maintain the ML++ source files in a local directory and include them in this fashion: ```cpp #include "MLPP/Stat/Stat.hpp" // Including the ML++ statistics module.