From e61e2f6b9eccc0523524a2d0896108c361bb1d2a Mon Sep 17 00:00:00 2001 From: Braelyn Boynton Date: Thu, 25 Apr 2024 15:46:35 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1be7f0e9..2c5e636a 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Refer to our [API documentation](http://docs.agentops.ai) for detailed instructi ## Callback handlers ↩️ ### Langchain -AgentOps works seemlessly with applications built using Langchain. To use the handler, install Langchain as an optional dependency: +AgentOps works seamlessly with applications built using Langchain. To use the handler, install Langchain as an optional dependency: ```shell pip install agentops[langchain] ```