diff --git a/docs/swarms/install/quickstart.md b/docs/swarms/install/quickstart.md index 16d31150..7d8c5b8c 100644 --- a/docs/swarms/install/quickstart.md +++ b/docs/swarms/install/quickstart.md @@ -122,7 +122,7 @@ swarm_architecture: Now, create the main Python script that will use the `create_agents_from_yaml` function. -### `example.py`: +### `main.py`: ```python from swarms.agents.create_agents_from_yaml import create_agents_from_yaml @@ -138,7 +138,7 @@ print(task_results) ### Example Run: ```bash -python example.py +python main.py ``` This will: