From 18be5fc29753bf5b89f3590382251c2aa592cef2 Mon Sep 17 00:00:00 2001 From: Vladimir Blagojevic Date: Tue, 30 Apr 2024 14:12:06 +0200 Subject: [PATCH] Update integrations/langfuse/README.md Co-authored-by: Daria Fokina --- integrations/langfuse/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```