From 9ce87bafd6f9232d6f29d2ec3aaa8eb71b9b4268 Mon Sep 17 00:00:00 2001 From: chylex <info@chylex.com> Date: Fri, 8 Jan 2016 09:54:40 +0100 Subject: [PATCH] Update README (wording) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f00202..8fb54ac 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ The mod is in Public Domain, so do whatever you want with it! Hugs and mentions You can insert Java Checker into your mod, so that it will alert the user if they are using outdated Java. You will need to use a special version designed for shading, you can use tterrag's Maven repository in your build.gradle or download it manually. -This file should work fine for all Minecraft versions since 1.6.2. It can currently check for Java 7 or 8, based on how you configure it. +The shading library should work fine for all Minecraft versions since 1.6.2. It can currently check for Java 7 or 8, based on how you configure it. -In order to shade and configure Java Checker, you need to update your **build.gradle** file. Use the following links as a guide, make sure to update everything in <> brackets. +In order to shade and configure Java Checker, you need to update your **build.gradle** file. Use the following links as a guide, make sure to update everything in the <> brackets. [ForgeGradle 1.2 (Minecraft 1.7.10 and older)](https://github.com/chylex/Java-Checker/wiki/Shading-with-ForgeGradle-1.2)