diff --git a/integrations/langfuse/README.md b/integrations/langfuse/README.md index e8b6ce0f7..2700a79c8 100644 --- a/integrations/langfuse/README.md +++ b/integrations/langfuse/README.md @@ -23,7 +23,7 @@ pip install langfuse-haystack ## Usage -To enable tracing in your Haystack pipeline, you need to add the `LangfuseComponent` to your pipeline. Here's an example: +To enable tracing in your Haystack pipeline, add the `LangfuseComponent` to your pipeline. Here's an example: ```python import os