From e26cdd5fee977b712881bc2d4326ef660b071527 Mon Sep 17 00:00:00 2001 From: Isaac Beh Date: Fri, 28 Jul 2023 22:04:38 +1000 Subject: [PATCH] Fixed README typo An example command said `pyright` instead of `black`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1785a2c..9751ad4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ More information for currently implemented environment variables can be found on Once you have a .env file, you can run the following command to start the bot: -```sh +```bash poetry run botdev ``` @@ -75,7 +75,7 @@ poetry run black uqcsbot Individual files can also be styled with: ```bash -poetry run pyright uqcsbot/file.py +poetry run black uqcsbot/file.py ``` ## Static Type Checks