diff --git a/README.md b/README.md index b0ac562f3..9a2d7e097 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ from crewai import Agent, Task, Crew, Process researcher = Agent( role='Researcher', goal='Discover new insights', - backstory="You're a world class researcher working on a amjor data science company", - verbose=True # Agent verbose mode will show you the chain of thought for an Agent. + backstory="You're a world class researcher working on a major data science company", + verbose=True ) writer = Agent( role='Writer',