Updating README

This commit is contained in:
Joao Moura
2023-11-15 00:39:52 -03:00
parent 9ec09f8119
commit 7cb13cae0e

View File

@@ -50,7 +50,7 @@ crew = Crew(
)
# Get your crew to work!
crew.kickoff()
result = crew.kickoff()
```
Currently the only supported process is `Process.sequential`, where one task is executed after the other and the outcome of one is passed as extra content into this next.