From 441094c2c0937e85b6aa2e305dee6d5741cd3d4a Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Wed, 18 Mar 2020 11:37:22 -0500 Subject: [PATCH] fix formatting --- MacOS/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/MacOS/README.md b/MacOS/README.md index dac1d68..da19df1 100644 --- a/MacOS/README.md +++ b/MacOS/README.md @@ -4,13 +4,11 @@ https://java.com/en/download/manual.jsp 2. Go to the security directory where you installed java: - ``` /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/security/java.security ``` 3. Comment out the line in ../lib/security/java.security: - ``` # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ```