@wexio/messenger-widget-react 1.0.14 → 1.0.15
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -158,7 +158,7 @@ The underlying widget runtime is a Web Component, so it works in any modern fram
|
|
|
158
158
|
|
|
159
159
|
```html
|
|
160
160
|
<wexio-widget public-key="pk_live_..."></wexio-widget>
|
|
161
|
-
<script type="module" src="https://cdn.wexio.io/widget.js"></script>
|
|
161
|
+
<script type="module" src="https://cdn.wexio.io/widget/widget.js"></script>
|
|
162
162
|
```
|
|
163
163
|
|
|
164
164
|
Typed wrappers are on the roadmap:
|
package/package.json
CHANGED