Skip to content

Commit

Permalink
Fixed README typo (#143)
Browse files Browse the repository at this point in the history
An example command said `pyright` instead of `black`.
  • Loading branch information
49Indium authored Aug 11, 2023
1 parent 9f02d00 commit 5f58ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5f58ebd

Please sign in to comment.