From 646ed4f132df9cc7743349765cb34392dae1ce9f Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 30 Mar 2024 23:56:08 +0900 Subject: [PATCH] Update README.md (#391) bellow -> below --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0087e1d55b..5c90b8f27e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ To get started with CrewAI, follow these simple steps: pip install crewai ``` -If you want to also install crewai-tools, which is a package with tools that can be used by the agents, but more dependencies, you can install it with, example bellow uses it: +If you want to also install crewai-tools, which is a package with tools that can be used by the agents, but more dependencies, you can install it with, example below uses it: ```shell pip install 'crewai[tools]'