Update README.md

This commit is contained in:
Redacted
2024-06-18 21:49:22 -04:00
parent 80d9bcd240
commit 16d1eaa1ee

View File

@@ -19,7 +19,7 @@ Include this repository as a CPM dependency, and link against the library.
```cmake
CPMAddPackage(
NAME jlog
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-2.zip
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-7.zip
)
# ...
include_directories(${jlog_SOURCE_DIR}/include)