From e997b0c889bedb8f014215e0b0c16c65b3771568 Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Mon, 16 Mar 2020 14:12:48 -0500 Subject: [PATCH] fix typo --- Linux/README.md | 2 +- MacOS/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux/README.md b/Linux/README.md index 48814f3..8b797cd 100644 --- a/Linux/README.md +++ b/Linux/README.md @@ -10,7 +10,7 @@ https://gist.github.com/xbb/4fd651c2493ad9284dbcb827dc8886d6 Download and install the latest java version 8: https://java.com/en/download/manual.jsp -Go to the security directory where you installed java, xyz is your current version: +Go to the security directory where you installed javas: ``` /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/security/java.security ``` diff --git a/MacOS/README.md b/MacOS/README.md index 48814f3..5fd2c72 100644 --- a/MacOS/README.md +++ b/MacOS/README.md @@ -10,7 +10,7 @@ https://gist.github.com/xbb/4fd651c2493ad9284dbcb827dc8886d6 Download and install the latest java version 8: https://java.com/en/download/manual.jsp -Go to the security directory where you installed java, xyz is your current version: +Go to the security directory where you installed java: ``` /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/security/java.security ```