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