diff --git a/docs/swarms/models/dalle3.md b/docs/swarms/models/dalle3.md index ff12b130..346489c7 100644 --- a/docs/swarms/models/dalle3.md +++ b/docs/swarms/models/dalle3.md @@ -23,10 +23,10 @@ The Dalle3 library is a Python module that provides an easy-to-use interface for ## Installation -To install the Dalle3 library, you can use pip: +To use the Dalle3 model, you must first install swarms: ```bash -pip install dalle3 +pip install swarms ``` ---