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