We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b5ebe commit 3244b9eCopy full SHA for 3244b9e
1 file changed
README.md
@@ -15,8 +15,8 @@ npm install @contentstack/live-preview-utils
15
Alternatively, if you want to include the package directly in your website HTML code, use the following command:
16
17
```html
18
-<script type='module' integrity='sha384-Q1kNLAr9TbfZ9lsUUXH/vW79LERzfbYJc7aLNSYjKFLzBZQDp/Jk09+ADHo9mhEq' crossorigin="anonymous">
19
- import ContentstackLivePreview from 'https://esm.sh/@contentstack/live-preview-utils@3.2.0';
+<script type='module' integrity='sha384-A8av+t5rI9uSevzozgzaoIRdBTs5pn1tt7F/ekJQ7NAE1l3RenCKeJeMUTdrbtcM' crossorigin="anonymous">
+ import ContentstackLivePreview from 'https://esm.sh/@contentstack/live-preview-utils@3.2.1';
20
21
ContentstackLivePreview.init({
22
stackDetails: {
0 commit comments