Skip to content

Commit

Permalink
Merge pull request #124 from contentstack/fix/format
Browse files Browse the repository at this point in the history
fix: fixed readme script format
  • Loading branch information
MaitriGurey1 authored Oct 9, 2024
2 parents 2112561 + 689db3d commit f17427d
Showing 1 changed file with 2 additions and 0 deletions.
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/[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:

Expand Down

0 comments on commit f17427d

Please sign in to comment.