From 8c10ac9bc9b210fec18b4474d1244fbae4919b5e Mon Sep 17 00:00:00 2001 From: Oliver Deng <32346067+ChronoInferna@users.noreply.github.com> Date: Sun, 2 Nov 2025 22:47:11 -0500 Subject: [PATCH] Fix formatting issues in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cd3f40..cab839c 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,11 @@ uv run pytest Contributions and improvements are welcome. Suggested workflow: -1. Fork the repository +1. Clone the main branch 2. Create a feature branch: `git checkout -b ` 3. Make your changes and add tests where appropriate 4. Commit and push: `git commit -m "Add feature" && git push origin ` 5. Open a pull request with a clear description of changes Code is automatically formatted using the Black formatter. +