From 91610c72fdffcbba647a4d7aecfff84efe91c53a Mon Sep 17 00:00:00 2001 From: Jayden <7265189+jayktaylor@users.noreply.github.com> Date: Tue, 14 Sep 2021 02:55:40 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9e7d22..6a24fde 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Multiple webhook URLs are supported and messages will be sent to all of them. ## Installation 1. Clone this repository to your MediaWiki installation's `extensions` folder using `git clone https://github.com/jaydenkieran/mw-discord.git -b REL1_35 Discord` (or change `REL1_35` to the branch that corresponds with or is the closest version under your MediaWiki version, e.g `REL1_31` will work for 1.32, 1.33, and 1.34) -2. Install dependencies `cd extensions/Disord; sudo -u www-data composer update --no-dev` +2. Install dependencies `cd extensions/Discord; sudo -u www-data composer update --no-dev` 3. Modify your `LocalSettings.php` file and add: ```php