diff --git a/docs/core-concepts/Crews.md b/docs/core-concepts/Crews.md index 9af36a1b6..4603ca719 100644 --- a/docs/core-concepts/Crews.md +++ b/docs/core-concepts/Crews.md @@ -95,3 +95,4 @@ Once your crew is assembled, initiate the workflow with the `kickoff()` method. # Start the crew's task execution result = my_crew.kickoff() print(result) +```