From 5f9dbb9f22b866c28ebf25e0e0be0782e3a92ab7 Mon Sep 17 00:00:00 2001 From: ix0rai Date: Mon, 25 Mar 2024 22:17:57 -0500 Subject: [PATCH] missing period --- wiki/introduction/get-started/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/introduction/get-started/en.md b/wiki/introduction/get-started/en.md index e36377ce..7787f946 100644 --- a/wiki/introduction/get-started/en.md +++ b/wiki/introduction/get-started/en.md @@ -8,7 +8,7 @@ In order to start modding Minecraft, you'll need to know a couple of things. programming, and some essential design patterns. - Basic [Git](https://git-scm.com/) knowledge. While technically not necessary, it'll make your life a lot easier. This includes understanding how to clone repositories - and make commits. Some great resources include the [Git docs](https://git-scm.com/doc) and the [GitHub docs](https://docs.github.com/en/get-started) + and make commits. Some great resources include the [Git docs](https://git-scm.com/doc) and the [GitHub docs](https://docs.github.com/en/get-started).