diff --git a/integrations/langfuse/README.md b/integrations/langfuse/README.md index 87f997d41..de05574d7 100644 --- a/integrations/langfuse/README.md +++ b/integrations/langfuse/README.md @@ -77,7 +77,7 @@ With `hatch` installed, to run all the tests: hatch run test ``` -To run the linters `ruff` and `mypy`: +Run the linters `ruff` and `mypy`: ``` hatch run lint:all ```