From f05916f39f32cd7e6bb77a2a5214a7c14bd956da Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 24 Jan 2023 22:47:16 +0100 Subject: Update installing-a-module.md --- docs/installing-a-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/installing-a-module.md') diff --git a/docs/installing-a-module.md b/docs/installing-a-module.md index 6378498..9289dc5 100644 --- a/docs/installing-a-module.md +++ b/docs/installing-a-module.md @@ -14,7 +14,7 @@ By default AzerothCore delivers a Blizzlike experience. This can however be alte - Clone the repositroy using Git the same way AzerothCore was first cloned in the [Core Installation](core-installation.md). The repository should be cloned into the \modules\ directory. i.e E:\AzerothCore\modules\ - Download the ZIP file from the catalogue and extract it in the \modules\ directory. i.e E:\AzerothCore\modules\mod-anticheat -**Note: If your module has the **-master** suffix. This needs to be removed in order for the module to work!** +**Note: If your module has a suffix i.e "-master". This needs to be removed in order for the module to work!** ## Recompiling -- cgit