Skip to content

Commit 7121495

Browse files
fix: update CDN version to 4.4.3 in README
1 parent c9fb3e9 commit 7121495

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ npm install @contentstack/live-preview-utils
2929

3030
### Load from a CDN (advanced)
3131

32-
Pin the version to match your app (update `4.4.2` when you upgrade):
32+
Pin the version to match your app (update `4.4.3` when you upgrade):
3333

3434
```html
3535
<script type="module" crossorigin="anonymous">
36-
import ContentstackLivePreview from "https://esm.sh/@contentstack/live-preview-utils@4.4.2";
36+
import ContentstackLivePreview from "https://esm.sh/@contentstack/live-preview-utils@4.4.3";
3737
3838
ContentstackLivePreview.init({
3939
stackDetails: {

0 commit comments

Comments
 (0)