From aab9622a3fbfad3236d761e92fffd5bc17f0d698 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Mon, 31 Jul 2023 03:05:39 -0600 Subject: Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * LibreSSL::SSL * LibreSSL::TLS -If 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): +If 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): ```cmake target_link_libraries(test LibreSSL::TLS) -- cgit v1.2.3-55-g6feb