From 9964245b87e71f8c030495b072670f6f930c05e3 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Thu, 11 May 2023 12:03:08 +0200 Subject: [PATCH] Fix readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6631304..c1a1207 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,17 @@ This repo contains the script to manage multiple mcr bot on a single VM/Containe ## Structure ├── start.sh + │ ├── bot-name-1 + │ │ ├── ms_rewards_farmer.py + │ ├── bot-name-2 + │ │ ├── ms_rewards_farmer.py + │ ├── bot-name-3 + │ │ ├── ms_rewards_farmer.py + │ ├── ... \ No newline at end of file