diff --git a/README.md b/README.md index 37d9f884..d956493b 100644 --- a/README.md +++ b/README.md @@ -770,7 +770,7 @@ print(f"Task result: {task.result}") -### `BlockList` +### `Blockslist` - Modularity and Flexibility: BlocksList allows users to create custom swarms by adding or removing different classes or functions as blocks. This means users can easily tailor the functionality of their swarm to suit their specific needs. - Ease of Management: With methods to add, remove, update, and retrieve blocks, BlocksList provides a straightforward way to manage the components of a swarm. This makes it easier to maintain and update the swarm over time. diff --git a/docs/swarms/index.md b/docs/swarms/index.md index c3d45d86..f4aa91f4 100644 --- a/docs/swarms/index.md +++ b/docs/swarms/index.md @@ -763,7 +763,7 @@ print(f"Task result: {task.result}") -### `BlockList` +### `BlocksList` - Modularity and Flexibility: BlocksList allows users to create custom swarms by adding or removing different classes or functions as blocks. This means users can easily tailor the functionality of their swarm to suit their specific needs. - Ease of Management: With methods to add, remove, update, and retrieve blocks, BlocksList provides a straightforward way to manage the components of a swarm. This makes it easier to maintain and update the swarm over time.