Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelangelo Jong authored Sep 30, 2016
1 parent 9c480cb commit 75b8b3a
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bars - *v0.3.2*
# Bars - *v0.3.3*

Bars is a light weight high performance templating system. Bars emits DOM rather than DOM-strings, this means the DOM state is preserved even if data updates happen.

Expand All @@ -13,6 +13,17 @@ Bars is a light weight high performance templating system. Bars emits DOM rathe
* [Try Bars](https://jsfiddle.net/bba4kk3d/1/).
* [Benchmark](http://jsfiddle.net/yE9Z9/92/).

### Install:
[npm](https://www.npmjs.com/package/bars)
```
$ npm install bars
```

[bower](https://bower.io)
```
$ bower install bars
```

# What Bars Looks Like

### Bars:
Expand Down Expand Up @@ -62,11 +73,6 @@ THE CAT IN THE HAT

For all features see [Bars Spec](bars-spec.md).

### Install:
```
$ npm install bars
```

## Table of Contents

* [Bars](#bars)
Expand Down

0 comments on commit 75b8b3a

Please sign in to comment.