From af24f65b6f90f8b076ad92b9a621ee0ba6cdfc3d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 19 Aug 2021 11:05:04 +0200 Subject: [PATCH] remove "(" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d14ada..6f554f3 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ To find Genius token, go to [this site](https://genius.com/api-clients), `login - Using [Lavalink](https://github.com/freyacodes/Lavalink) with the client [Wavelink](https://github.com/PythonistaGuild/Wavelink). ## __Launching locally__ -If you want to run it without Docker, clone the repo (and his submodules by doing this command in the git folder: +If you want to run it without Docker, clone the repo and his submodules by doing this command in the git folder: ```batch git submodule update --force --recursive --init --remote ```