From f86a6f59678e35698ae2cf1fba266982e2416a25 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Wed, 24 Jun 2020 22:36:53 -0400 Subject: [PATCH] Spelling Change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b0d665..fcc0987 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,11 @@ Both ```fabric.mod.json``` and ```build.gradle``` must be modified to opt-in to ``` ### ```build.gradle``` -Replace this: +Replace: ```gradle version = project.mod_version ``` -with: +with this: ```gradle version = "${project.mod_version}+${project.minecraft_version}" ```