@magiclabs.ai/magicbook-client 0.5.6 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/magicbook-client.js +475 -475
- package/magicbook-client.umd.cjs +1 -1
- package/models/design-request/index.d.ts +2 -2
- package/models/galleon.d.ts +15 -15
- package/package.json +1 -1
- package/utils/engine-api/books.d.ts +1 -1
package/README.md
CHANGED
|
@@ -105,7 +105,7 @@ ___
|
|
|
105
105
|
|
|
106
106
|
## Example
|
|
107
107
|
|
|
108
|
-
To see the Magicbook client in action, run the following commands
|
|
108
|
+
To see the Magicbook client in action, run the following commands (make sure you created a `.env` file before building):
|
|
109
109
|
|
|
110
110
|
```bash
|
|
111
111
|
npm run build
|