From 484187dd0a1fb5dc3c997cd71a1ffef94ad2d015 Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Sat, 1 Nov 2025 19:49:55 -0500 Subject: [PATCH] fix: rename CLI demo file name --- README.md | 2 +- .../{Squad Rotation Bot - Demo.mp4 => cli_demo.mp4} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/{Squad Rotation Bot - Demo.mp4 => cli_demo.mp4} (100%) diff --git a/README.md b/README.md index a589db4..a7afb0c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ You can run it with the following command: docker run -it --network host aloussase69/squad-rotation-bot-cli ``` -![Squad Rotation Bot CLI Demo](./assets/Squad Rotation Bot - Demo.mp4) +![Squad Rotation Bot CLI Demo](./assets/cli_demo.mp4) ## Contributing diff --git a/assets/Squad Rotation Bot - Demo.mp4 b/assets/cli_demo.mp4 similarity index 100% rename from assets/Squad Rotation Bot - Demo.mp4 rename to assets/cli_demo.mp4 -- 2.43.0