From 1b768ec5684f249bff0367dac7fa72cfb9bfd1e7 Mon Sep 17 00:00:00 2001 From: Pedro270707 <89267077+Pedro270707@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:52:50 -0300 Subject: [PATCH] Fixed major spelling mistake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I actually spent 5 hours trying to find the "Create a new respository" button when I finally noticed that "respository" is a typo 💀 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a4b573..1fb2663 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Template for making Babric mods for BTA! ## Setup instructions -1. Click the `Use this template` button on this repo's page above. Choose `Create a new respository`, you will be redirected to a new page. Enter your repo's name and description, and hit `Create repository`. +1. Click the `Use this template` button on this repo's page above. Choose `Create a new repository`, you will be redirected to a new page. Enter your repo's name and description, and hit `Create repository`. To get your project, open IntelliJ IDEA and click `Get from VCS`. Select `Repository URL` and enter your repo's url 2. After the project has finished importing, close it and open it again.