aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Sing <joshua@hypera.dev>2023-12-20 02:23:16 +1100
committerBrent Cook <busterb@gmail.com>2024-03-03 15:32:50 -0600
commit9301c165b4206eb86f315e0fe35ddcc0626866dc (patch)
tree99e5528ed816900c729896b3803a99bff3d4fb0b
parente675560c04798456de27fae931ee493c81dfb70e (diff)
downloadportable-9301c165b4206eb86f315e0fe35ddcc0626866dc.tar.gz
portable-9301c165b4206eb86f315e0fe35ddcc0626866dc.tar.bz2
portable-9301c165b4206eb86f315e0fe35ddcc0626866dc.zip
readme: fix grammatical error
Co-authored-by: Theo Buehler <botovq@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a132ff7..e4f56b1 100644
--- a/README.md
+++ b/README.md
@@ -219,7 +219,7 @@ target_link_libraries(test LibreSSL::TLS)
219 219
220Following the guide in the sections above to compile LibreSSL using make and 220Following the guide in the sections above to compile LibreSSL using make and
221running `sudo make install` will install LibreSSL to the `/usr/local/` folder, 221running `sudo make install` will install LibreSSL to the `/usr/local/` folder,
222and will found automatically by find_package. If your system installs it to 222and will be found automatically by find_package. If your system installs it to
223another location, or you have placed them yourself in a different location, you 223another location, or you have placed them yourself in a different location, you
224can set the CMake variable `LIBRESSL_ROOT_DIR` to the correct path, to help 224can set the CMake variable `LIBRESSL_ROOT_DIR` to the correct path, to help
225CMake find the library. 225CMake find the library.