From 28c34730642b48d9d4de2f1d4c306204520c1599 Mon Sep 17 00:00:00 2001 From: Frederik van der Els <49305700+xpple@users.noreply.github.com> Date: Sun, 25 Jun 2023 13:00:39 +0200 Subject: [PATCH] Fix typos (#3127) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dba0995f5..74bc75391 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For support and discussion for both developers and users, visit [the Fabric Disc ## Using Fabric API to play with mods -Make sure you have install fabric loader first. More information about installing Fabric Loader can be found [here](https://fabricmc.net/use/). +Make sure you have installed fabric loader first. More information about installing Fabric Loader can be found [here](https://fabricmc.net/use/). To use Fabric API, download it from [CurseForge](https://www.curseforge.com/minecraft/mc-mods/fabric-api), [GitHub Releases](https://github.com/FabricMC/fabric/releases) or [Modrinth](https://modrinth.com/mod/fabric-api). @@ -23,7 +23,7 @@ The downloaded jar file should be placed in your `mods` folder. ## Using Fabric API to develop mods -To setup a Fabric development environment, check out the [Fabric example mod](https://github.com/FabricMC/fabric-example-mod) and follow the instructions there. The example mod already depends on Fabric API. +To set up a Fabric development environment, check out the [Fabric example mod](https://github.com/FabricMC/fabric-example-mod) and follow the instructions there. The example mod already depends on Fabric API. To include the full Fabric API with all modules in the development environment, add the following to your `dependencies` block in the gradle buildscript: