From 84d9fa2ccd596d9fd52233966587e01ff27a2ebe Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sat, 22 Aug 2020 22:08:32 -0400 Subject: [PATCH] Improve Description --- README.md | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3bfb1c..8af0f0d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # FreshCoffee -This ensures you are running a supported version of Java and can install a supported one if you are not. +A library mod that ensures you are running a supported version of Java and can install a supported one if you are not. FreshCoffee is Minecraft version-independent. diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7e2937a..d428b7c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "freshcoffee", "version": "${version}", "name": "FreshCoffee", - "description": "This ensures you are running a supported version of Java and can install a supported one if you are not.", + "description": "A library mod that ensures you are running a supported version of Java and can install a supported one if you are not.", "authors": [ "TheBrokenRail" ],