Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…json-template-engine
  • Loading branch information
koladilip authored Jun 13, 2024
2 parents 73e29d6 + a701c39 commit 559dd56
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ engine.evaluate({ name: 'World' }); // => 'Hello World'
### Use CDN URL directly in the browser
Latest URL: https://cdn.jsdelivr.net/npm/@rudderstack/json-template-engine/build/json-template.min.js

<!-- x-release-please-start-version -->
Versioned URL: https://cdn.jsdelivr.net/npm/@rudderstack/[email protected]/build/json-template.min.js
Versioned URL: https://cdn.jsdelivr.net/npm/@rudderstack/[email protected]/build/json-template.min.js <!-- x-release-please-version -->

```html
<script type="module">
Expand All @@ -84,8 +83,6 @@ Versioned URL: https://cdn.jsdelivr.net/npm/@rudderstack/json-template-engine@0.
engine.evaluate({ name: 'World' });
</script>
```
<!-- x-release-please-end -->

Refer this [example](/index.html) for more details.

[Demo](https://rudderlabs.github.io/rudder-json-template-engine/)
Expand Down

0 comments on commit 559dd56

Please sign in to comment.