From 0408ae7f53afaf496c944b6f3fe328d0788b6862 Mon Sep 17 00:00:00 2001 From: Jun Yang Date: Tue, 6 Aug 2019 10:56:03 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39df1e8f9..9f545abbc 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,9 @@ Also available from CLI: echo '{{"hello" | capitalize}}' | npx liquidjs ``` -For more tutorials and the full API, refer to the [wiki page](https://github.com/harttle/liquidjs/wiki). +* A live demo is available on jsfiddle: +* For more tutorials and the full API, refer to the [wiki page](https://github.com/harttle/liquidjs/wiki). +* Typedoc is also available here: ## Differences and Limitations @@ -114,4 +116,4 @@ Thanks goes to these wonderful people: [shopify/liquid]: https://shopify.github.io/liquid/ [caniuse-promises]: http://caniuse.com/#feat=promises [pp]: https://github.com/taylorhakes/promise-polyfill -[tutorial]: https://shopify.github.io/liquid/basics/introduction/ \ No newline at end of file +[tutorial]: https://shopify.github.io/liquid/basics/introduction/