From feb8997118e9d479b9e6b04302feafcc1562b7a0 Mon Sep 17 00:00:00 2001 From: jiyinyiyong Date: Thu, 26 Dec 2019 00:06:42 +0800 Subject: [PATCH] some details in README --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 60b0881..12b44e8 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,13 @@ Stir template ------ -A string-based HTML template library inspired by React. +> A simple HTML template script. It's supposed to be used in CoffeeScript or CirruScript which use indentations as syntax. ### Usage -```bash -npm i --save-dev stir-template -``` - -or +![](https://img.shields.io/npm/v/stir-template.svg?style=flat-square) -``` +```bash yarn add --dev stir-template ``` @@ -36,6 +32,7 @@ stir.title stir.link stir.meta stir.script +stir.style stir.div stir.span