diff --git a/gettingstarted/index.md b/gettingstarted/index.md index 579bf703..00ee0ba9 100644 --- a/gettingstarted/index.md +++ b/gettingstarted/index.md @@ -24,7 +24,7 @@ Edit the `build.gradle` file to customize how your mod is built (the file names, !!! important - DO NOT edit the `buildscript {}` section of the build.gradle file - this is special.** + DO NOT edit the `buildscript {}` section of the build.gradle file - this is special. Almost anything underneath `apply project: forge` and the `// EDITS GO BELOW HERE` marker can be changed, many things can be removed and customized there as well.