Skip to content

Commit 689db3d

Browse files
committed
fix: fixed readme script format
1 parent 2112561 commit 689db3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ The Contentstack App SDK allows you to customize your applications. This documen
66

77
Include the compiled version of the extension client library by adding the following line to your application.
88

9+
```html
910
<script
1011
src="https://unpkg.com/@contentstack/[email protected]/dist/index.js"
1112
integrity="sha512-wlEBUkZA+vdcHXRTK69fZvK44c5Y8KeU/kw9OOShWNDjddtrIB8a1lfbLjH5nKWQqkWZ2L9VYEqr96P7qx3ZZg=="
1213
crossorigin="anonymous"
1314
></script>
15+
```
1416

1517
To include the App SDK in your project, you need to run the following command:
1618

0 commit comments

Comments
 (0)