diff --git a/hiring_swarm.md b/hiring_swarm.md index 76e920fe..82a7c389 100644 --- a/hiring_swarm.md +++ b/hiring_swarm.md @@ -49,7 +49,7 @@ pip install swarms ## Example Usage ```python -from swarms import HiringSwarm +from examples.demos.apps.hiring_swarm import HiringSwarm # Initialize the Hiring Swarm hiring_swarm = HiringSwarm( @@ -116,4 +116,4 @@ You can customize the Hiring Swarm by: | 🐦 Twitter | [@kyegomez](https://twitter.com/kyegomez) | Latest news and announcements | | 👥 LinkedIn | [The Swarm Corporation](https://www.linkedin.com/company/the-swarm-corporation) | Professional network and updates | | 📺 YouTube | [Swarms Channel](https://www.youtube.com/channel/UC9yXyitkbU_WSy7bd_41SqQ) | Tutorials and demos | -| 🎫 Events | [Sign up here](https://lu.ma/5p2jnc2v) | Join our community events | \ No newline at end of file +| 🎫 Events | [Sign up here](https://lu.ma/5p2jnc2v) | Join our community events |