diff --git a/README.md b/README.md index eaa101f..1e43fbe 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ int main() { ### What if I don't use CMake ? ⚠️ -It is not recommended to use this API without CMake. In the build steps of this project, the latest version of the list is downloaded directly from the [BLNS repository](https://github.com/minimaxir/big-list-of-naughty-string). The list is often updated. You should use its latest version to test your code with the state-of-the-art strings. CMake is the easiest way to implement this : you have the latest version of [BLNS.txt](https://raw.githubusercontent.com/minimaxir/big-list-of-naughty-strings/master/blns.txt) at every clean build. Moreover, if you use CPM as indicated above, you will benefit from the latest version of the API without changing your code. +It is not recommended to use this API without CMake. In the build steps of this project, the latest version of the list is downloaded directly from the [BLNS repository](https://github.com/minimaxir/big-list-of-naughty-strings). The list is often updated. You should use its latest version to test your code with the state-of-the-art strings. CMake is the easiest way to implement this : you have the latest version of [BLNS.txt](https://raw.githubusercontent.com/minimaxir/big-list-of-naughty-strings/master/blns.txt) at every clean build. Moreover, if you use CPM as indicated above, you will benefit from the latest version of the API without changing your code. If you don't want (of can't) use CMake, you can clone this repository or add it as a [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to use the API. However, you will need to implement your own way to download [BLNS.txt](https://raw.githubusercontent.com/minimaxir/big-list-of-naughty-strings/master/blns.txt) at the root of the repository. Please, ensure that: - :heavy_check_mark: The latest version of BLNS.txt is downloaded automatically at every build