Spelling Change

This commit is contained in:
TheBrokenRail 2020-06-24 22:36:53 -04:00
parent 6e6713e2fd
commit f86a6f5967
1 changed files with 2 additions and 2 deletions

View File

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