aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Sing <joshua@hypera.dev>2023-12-20 02:23:16 +1100
committerGitHub <noreply@github.com>2023-12-20 02:23:16 +1100
commit02cfc0911df952f6ee9a49ca31b11edaefe20ec8 (patch)
treeb3740d16f20d42c665696f92b087ef452b5f5a0e
parentf25f055c64d54c62f1a1a1e97a903bce7b5e6ed3 (diff)
downloadportable-02cfc0911df952f6ee9a49ca31b11edaefe20ec8.tar.gz
portable-02cfc0911df952f6ee9a49ca31b11edaefe20ec8.tar.bz2
portable-02cfc0911df952f6ee9a49ca31b11edaefe20ec8.zip
readme: fix grammatical error
Co-authored-by: Theo Buehler <botovq@users.noreply.github.com>
-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.