aw-wizard-forms 4.9.2 → 4.9.4
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,13 +18,13 @@ A lightweight, Typeform-style multi-step form wizard built with Lit Web Componen
|
|
|
18
18
|
|
|
19
19
|
```html
|
|
20
20
|
<!-- Pin to specific version (recommended) -->
|
|
21
|
-
<script src="https://cdn.jsdelivr.net/npm/aw-wizard-forms@4.9.
|
|
21
|
+
<script src="https://cdn.jsdelivr.net/npm/aw-wizard-forms@4.9.3/dist/wizard-form.min.js"></script>
|
|
22
22
|
|
|
23
23
|
<!-- Or use latest (auto-updates) -->
|
|
24
24
|
<script src="https://cdn.jsdelivr.net/npm/aw-wizard-forms@latest/dist/wizard-form.min.js"></script>
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
Replace `4.9.
|
|
27
|
+
Replace `4.9.3` with your desired version. See [npm](https://www.npmjs.com/package/aw-wizard-forms) for available versions.
|
|
28
28
|
|
|
29
29
|
## Quick Start
|
|
30
30
|
|