From c83ec80a4ea3469ca4e9fcfee620b105bcfde778 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 22 Jul 2020 14:11:21 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cadb2b4..58386e2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Minecraft-1.16-Modding-Tutorial -Source code for my 1.16 Forge modding tutorial. If you haven't watched my series, (click here)[https://www.youtube.com/watch?v=JOTH1eDP99Y&list=PLDhiRTZ_vnoUI3-9z0Zg-I8tTSp3EfOia]. +Source code for my 1.16 Forge modding tutorial. If you haven't watched my series, [click here](ttps://www.youtube.com/watch?v=JOTH1eDP99Y&list=PLDhiRTZ_vnoUI3-9z0Zg-I8tTSp3EfOia) In this series, we will cover building a Minecraft Mod from scratch, starting with basic concepts and working our way through the entire API! -For more information on Forge modding, check out the official documentation (here)[https://mcforge.readthedocs.io/en/1.15.x/]. +For more information on Forge modding, check out the official documentation [here](https://mcforge.readthedocs.io/en/1.15.x/).