Skip to content

Commit

Permalink
fix: readme to have updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
koladilip committed Jun 14, 2024
1 parent 438062f commit 50ba297
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ 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

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

```html
<script type="module">
Expand All @@ -83,6 +83,8 @@ 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 50ba297

Please sign in to comment.