Skip to content

Commit

Permalink
Fixed README typo
Browse files Browse the repository at this point in the history
An example command said `pyright` instead of `black`.
  • Loading branch information
49Indium authored Jul 28, 2023
1 parent 42ac75a commit e26cdd5
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 e26cdd5

Please sign in to comment.