We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2112561 commit 689db3dCopy full SHA for 689db3d
README.md
@@ -6,11 +6,13 @@ The Contentstack App SDK allows you to customize your applications. This documen
6
7
Include the compiled version of the extension client library by adding the following line to your application.
8
9
+```html
10
<script
11
src="https://unpkg.com/@contentstack/[email protected]/dist/index.js"
12
integrity="sha512-wlEBUkZA+vdcHXRTK69fZvK44c5Y8KeU/kw9OOShWNDjddtrIB8a1lfbLjH5nKWQqkWZ2L9VYEqr96P7qx3ZZg=="
13
crossorigin="anonymous"
14
></script>
15
+```
16
17
To include the App SDK in your project, you need to run the following command:
18
0 commit comments