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" ],