diff --git a/README.md b/README.md index 0619c52..2ca395f 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ pip install -e ".[dev]" pytest tests/ -v --cov=src # Run linting -ruff check src/ tests/ +python -m ruff check src/ tests/ ``` ### Project Structure