From b022bd2d213e296ef9951b43cad842c966933e5c Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 8 Nov 2016 10:16:48 +0000 Subject: [PATCH] Don't recommend light version on Windows Closes #516 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f17a571..0b49534c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ brew install openssl On MSVC it's unfortunately not always a trivial process acquiring OpenSSL. Perhaps the easiest way to do this right now is to download [precompiled binaries] and install them on your system. Currently it's recommended to -install the 1.1.0b light installation if you're choosing this route. +install the 1.1.0 (non-light) installation if you're choosing this route. [precompiled binaries]: http://slproweb.com/products/Win32OpenSSL.html