doc: update README and typedoc

This commit is contained in:
harttle
2019-08-26 10:15:43 -05:00
committed by Jun Yang
parent ab3b824cf8
commit f35ab6b72e
123 changed files with 34601 additions and 3 deletions
+1 -3
View File
@@ -19,8 +19,6 @@ A [shopify][shopify/liquid] compatible [Liquid][tutorial] template engine in pur
All features, filters and tags in [shopify/liquid](https://github.com/Shopify/liquid) are supposed to be built in LiquidJS,
though there are still some differences and limitations (see below).
[Donate to our collective](https://opencollective.com/liquidjs/donate) if you like liquidjs.
## Get Started
Install via npm:
@@ -30,7 +28,7 @@ npm install --save liquidjs
```
```javascript
var Liquid = require('liquidjs');
var { Liquid } = require('liquidjs');
var engine = new Liquid();
engine