From 734504d619d74ce8609ac827c64f02b41be59d9f Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Tue, 17 Mar 2020 14:08:27 -0500 Subject: [PATCH] fix typo --- Windows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows/README.md b/Windows/README.md index 31e2404..38b6e15 100644 --- a/Windows/README.md +++ b/Windows/README.md @@ -18,7 +18,7 @@ https://java.com/en/download/manual.jsp C:\Program Files\Java\jre1.8.0_xyz\lib\security\ ``` -3. Comment out the line in ..\jre1.8.0_xyz\lib\security\java.security: +3. Comment out the line in ..\jre1.8.0_xyz\lib\security\java.security ``` # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ```