From 5f7e7bbe8ebf5077caed6e4f62dac639fc441ccd Mon Sep 17 00:00:00 2001 From: marc <78002988+novak-99@users.noreply.github.com> Date: Fri, 28 May 2021 12:33:56 -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 3aaffdb..23fd306 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ int main(){ ... } ``` -Finally, after you have finished writing your file, compile it using g++. Be sure to have the MLPP.so file in a local directory. +Finally, after you have concluded writing your file, compile it using g++. Be sure to have the MLPP.so file in a local directory. ``` g++ main.cpp MLPP.so --std=c++17 ```