From c93d2632359992bc02c473bb8ebd5f065b2a9b70 Mon Sep 17 00:00:00 2001 From: ascender1729 Date: Wed, 30 Apr 2025 17:24:17 +0530 Subject: [PATCH] docs: update quickstart to use main.py instead of example.py --- docs/swarms/install/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: