From 0ffc546d341706ed6ef30b2e38fae04ca99ea319 Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 16 Mar 2023 16:54:59 -0500 Subject: [PATCH] Fix format command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da805fc..bac4bf2 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ rm -rf Watcher 2. Make changes to the code 3. Format the code with [Black](https://black.readthedocs.io/en/stable) inside the project folder ``` - poetry run python black . + poetry run black . ``` 4. [Commit](https://github.com/git-guides/git-commit) the changes to the fork 5. Create a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) from the fork