@rool-dev/svelte 0.1.1-dev.d601c99 → 0.1.1
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,9 +7,11 @@ Svelte 5 runes for Rool Spaces. Transforms the event-based SDK into reactive sta
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install @rool-dev/svelte
|
|
10
|
+
npm install @rool-dev/svelte @rool-dev/sdk
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
+
Requires `@rool-dev/sdk` as a peer dependency.
|
|
14
|
+
|
|
13
15
|
## Quick Start
|
|
14
16
|
|
|
15
17
|
```svelte
|