We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fb3e9 commit 7121495Copy full SHA for 7121495
1 file changed
README.md
@@ -29,11 +29,11 @@ npm install @contentstack/live-preview-utils
29
30
### Load from a CDN (advanced)
31
32
-Pin the version to match your app (update `4.4.2` when you upgrade):
+Pin the version to match your app (update `4.4.3` when you upgrade):
33
34
```html
35
<script type="module" crossorigin="anonymous">
36
- import ContentstackLivePreview from "https://esm.sh/@contentstack/live-preview-utils@4.4.2";
+ import ContentstackLivePreview from "https://esm.sh/@contentstack/live-preview-utils@4.4.3";
37
38
ContentstackLivePreview.init({
39
stackDetails: {
0 commit comments