From 022b9ba0480950494471fb9c9387450af13e8f9d Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 16 Jun 2025 18:02:24 -0400 Subject: [PATCH] Updated README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33e6887..59e6d9f 100644 --- a/README.md +++ b/README.md @@ -115,12 +115,12 @@ certificate = bragi.pem **With configuration file:** ```bash -venv/bin/python mumbleBot.py --config configuration.ini +venv/bin/python bragi.py --config configuration.ini ``` **With command line arguments:** ```bash -venv/bin/python mumbleBot.py -s HOST -u Bragi -P PASSWORD -p PORT -c CHANNEL -C /path/to/bragi.pem +venv/bin/python bragi.py -s HOST -u Bragi -P PASSWORD -p PORT -c CHANNEL -C /path/to/bragi.pem ``` ## Commands