diff --git a/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md b/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md index 0e6fcc4468..71b0129c36 100644 --- a/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md +++ b/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md @@ -17,7 +17,7 @@ Beforre we start there are a couple of things to note: Before getting started with CrewAI, make sure that you have installed it via pip: ```shell -$ pip install crewai crewi-tools +$ pip install crewai crewai-tools ``` ### Virtual Environemnts