From d3efb3cddd587a9d746d35bf23efaa361476bd0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?-=CB=8F=CB=8B=20Maple=20=CB=8A=CB=8E?= Date: Tue, 22 Aug 2023 16:56:29 +0200 Subject: [PATCH] =?UTF-8?q?=E2=98=B8=20Fixed=20error=20in=20the=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 343306db..12c3eb3f 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ to invite the bot, use the link printed in the console [Direct deploy](https://github.com/Kalitsune/open-discord-translator/blob/main/open-discord-translator.yml) (you'll still need to setup some environment variables for it to work) ```bash kubectl apply -f https://raw.githubusercontent.com/Kalitsune/open-discord-translator/main/open-discord-translator.yml -kubectl edit deployment odt-deployment +kubectl edit deployment.apps odt-deployment ``` Using the [kubernetes deployment file](open-discord-translator.yaml) provided in this repository