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: