From 06f8741f8fe4f87b0aeeed0547970318713cf26e Mon Sep 17 00:00:00 2001 From: Kye Gomez <98760976+kyegomez@users.noreply.github.com> Date: Sun, 29 Jun 2025 23:14:30 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 31f9d709..43b3d492 100644 --- a/README.md +++ b/README.md @@ -1998,12 +1998,12 @@ Swarms is an open-source project, and contributions are VERY welcome. If you wan If you use **swarms** in your research, please cite the project by referencing the metadata in [CITATION.cff](./CITATION.cff). ```bibtex -@software{SWARMS_2O22, - author = {Kye Gomez, Pliny, Harshal More, Swarms Community}, - title = {Swarms: Production-Grade Multi-Agent Infrastructure Platform}, - year = {2022}, - url = {https://github.com/kyegomez/swarms}, - note = {docs.swarms.world}, +@misc{SWARMS_2022, + author = {Gomez, Kye and Pliny and More, Harshal and Swarms Community}, + title = {{Swarms: Production-Grade Multi-Agent Infrastructure Platform}}, + year = {2022}, + howpublished = {\url{https://github.com/kyegomez/swarms}}, + note = {Documentation available at \url{https://docs.swarms.world}}, version = {latest} } ```