diff --git a/README.md b/README.md index 60337f6..376de41 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ GitHub Actions are set up to automatically run `ruff`, `black`, and `mypy` on pu Contributions are very welcome! To have as smooth of an experience as possible, the following guidelines are recommended: -**Forking**: Fork the main repository to your personal GitHub account. Develop your changes and submit pull requests to the main repository for review. +* **Forking**: Fork the main repository to your personal GitHub account. Develop your changes and submit pull requests to the main repository for review. * **Code Style**: Format with `black` and lint with `ruff`. * **Type Annotations**: If you use type annotations make sure to set (and pass) mypy checks. * **Documentation**: Documented contributions are easier to understand and review.