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}" ```