From cae17a203e1a547d2221dcef61c214af0aeab231 Mon Sep 17 00:00:00 2001 From: TheMode Date: Sun, 3 May 2020 19:25:22 +0200 Subject: [PATCH] Added wiki link to the readme --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index c7deeab91..6b5d523c1 100644 --- a/.github/README.md +++ b/.github/README.md @@ -26,8 +26,8 @@ It is the base for interfacing between the server and client. Our own expanded version for Vanilla can be found [here](https://github.com/Minestom/VanillaReimplementation). # Usage -An example of how to use the Minestom library is available [here](https://github.com/Minestom/Minestom/tree/master/src/main/java/fr/themode/demo). -You can also check out the vanilla implementation of Minestom [here](https://github.com/Minestom/VanillaReimplementation). +An example of how to use the Minestom library is available [here](https://github.com/Minestom/Minestom/tree/master/src/main/java/fr/themode/demo). +Alternatively you can check the official wiki [here](https://github.com/Minestom/Minestom/wiki). # Why Minestom? Minecraft evolved a lot since its release, most of the servers today do not take advantage of vanilla features and even have to struggle because of them. Our target audience is those who want to make a completely different server compared to default Minecraft gamemode such as survival or creative building.