Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/app-sdk@2.1.0/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:

Expand Down