mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 14:30:38 -07:00
doc: update README
This commit is contained in:
@@ -12,15 +12,15 @@
|
|||||||
[](http://github.com/harttle/liquidjs)
|
[](http://github.com/harttle/liquidjs)
|
||||||
[](https://github.com/harttle/liquidjs)
|
[](https://github.com/harttle/liquidjs)
|
||||||
|
|
||||||
A [shopify][shopify/liquid] compatible template engine in pure JavaScript. See [this tutorial][tutorial] for the Liquid language.
|
A [shopify][shopify/liquid] compatible [Liquid][tutorial] template engine in pure JavaScript.
|
||||||
|
|
||||||
liquidjs can be installed via npm:
|
Install via npm:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install --save liquidjs
|
npm install --save liquidjs
|
||||||
```
|
```
|
||||||
|
|
||||||
or include the UMD build:
|
Or include the UMD build:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="//unpkg.com/liquidjs/dist/liquid.min.js"></script> <!--for production-->
|
<script src="//unpkg.com/liquidjs/dist/liquid.min.js"></script> <!--for production-->
|
||||||
|
|||||||
Reference in New Issue
Block a user