Update README.md

This commit is contained in:
marc 2021-05-28 12:33:56 -07:00 committed by GitHub
parent 161c72d78a
commit 5f7e7bbe8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```