Skip to content

Commit

Permalink
Fix typo on README about reload command (encode#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Oct 7, 2021
1 parent 2c09920 commit 60c1590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In this context, "Cython-based" means the following:
Moreover, "optional extras" means that:

- the websocket protocol will be handled by `websockets` (should you want to use `wsproto` you'd need to install it manually) if possible.
- the `--reloader` flag in development mode will use `watchgod`.
- the `--reload` flag in development mode will use `watchgod`.
- windows users will have `colorama` installed for the colored logs.
- `python-dotenv` will be installed should you want to use the `--env-file` option.
- `PyYAML` will be installed to allow you to provide a `.yaml` file to `--log-config`, if desired.
Expand Down

0 comments on commit 60c1590

Please sign in to comment.