aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 02ec12b..7906fcf 100644
--- a/README.md
+++ b/README.md
@@ -182,7 +182,7 @@ It will tell CMake to find LibreSSL and if found will let you use the following
182* LibreSSL::SSL 182* LibreSSL::SSL
183* LibreSSL::TLS 183* LibreSSL::TLS
184 184
185If you for example want to use the LibreSSL TLS library in your test program, include it like so (SSL and Cryto are required by TLS and included automatically too): 185If you for example want to use the LibreSSL TLS library in your test program, include it like so (SSL and Crypto are required by TLS and included automatically too):
186 186
187```cmake 187```cmake
188target_link_libraries(test LibreSSL::TLS) 188target_link_libraries(test LibreSSL::TLS)