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 121adc5 + 9504deb commit d9b2ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ engine.evaluate({ name: 'World' }); // => 'Hello World'
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].2/build/json-template.min.js
Versioned URL: https://cdn.jsdelivr.net/npm/@rudderstack/[email protected].4/build/json-template.min.js

```html
<script type="module">
import { JsonTemplateEngine } from 'https://cdn.jsdelivr.net/npm/@rudderstack/[email protected].2/build/json-template.min.js';
import { JsonTemplateEngine } from 'https://cdn.jsdelivr.net/npm/@rudderstack/[email protected].4/build/json-template.min.js';
const engine = JsonTemplateEngine.createAsSync(`'Hello ' + .name`);
engine.evaluate({ name: 'World' });
</script>
Expand Down

0 comments on commit d9b2ed0

Please sign in to comment.