Update README.md

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

View File

@ -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 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 ```cpp
#include "MLPP/Stat/Stat.hpp" // Including the ML++ statistics module. #include "MLPP/Stat/Stat.hpp" // Including the ML++ statistics module.