-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2112561
commit 689db3d
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,13 @@ The Contentstack App SDK allows you to customize your applications. This documen | |
|
||
Include the compiled version of the extension client library by adding the following line to your application. | ||
|
||
```html | ||
<script | ||
src="https://unpkg.com/@contentstack/[email protected]/dist/index.js" | ||
integrity="sha512-wlEBUkZA+vdcHXRTK69fZvK44c5Y8KeU/kw9OOShWNDjddtrIB8a1lfbLjH5nKWQqkWZ2L9VYEqr96P7qx3ZZg==" | ||
crossorigin="anonymous" | ||
></script> | ||
``` | ||
|
||
To include the App SDK in your project, you need to run the following command: | ||
|
||
|