We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e248309 commit 1f024ceCopy full SHA for 1f024ce
1 file changed
README.md
@@ -15,7 +15,7 @@ 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-SHUnMbbEHjE8k0KW44O7mqfIkMq3FXetFL0TBcsLnyje7aLZch0lhjcp2HxvHC8B' crossorigin="anonymous">
+<script type='module' integrity='sha384-b6G+ggU20rGxqCqsgaS6zludFgj5N11xsuXhMEIARMuQY2PtyDS04TU0H5goP+32' crossorigin="anonymous">
19
import ContentstackLivePreview from 'https://esm.sh/@contentstack/live-preview-utils@3.2.2';
20
21
ContentstackLivePreview.init({
0 commit comments