From 9ab93a21a904d790fa2a1fcd08af3a924b16da44 Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 16 Mar 2023 16:56:44 -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 bd8b1ef..29afaf8 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ rm -rf Modufur 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