From 722da6a7ee02bdfd5e29d2491921ed9e3e370e9e Mon Sep 17 00:00:00 2001 From: Jun Yang Date: Sat, 23 Mar 2019 22:45:23 +0800 Subject: [PATCH] doc: update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 307cec24b..d3e034909 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,15 @@ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://github.com/harttle/liquidjs) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](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 npm install --save liquidjs ``` -or include the UMD build: +Or include the UMD build: ```html