Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rymizuki committed May 24, 2016
1 parent e544003 commit e4e1d15
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -2,13 +2,25 @@

Syntagme is a flux's flamework.

[![npm version](https://badge.fury.io/js/syntagme.svg)](http://badge.fury.io/js/syntagme)
[![Bower version](https://badge.fury.io/bo/syntagme.svg)](http://badge.fury.io/bo/syntagme)
[![Build Status](https://travis-ci.org/rymizuki/syntagmejs.svg?branch=master)](https://travis-ci.org/rymizuki/syntagmejs)
[![Codacy Badge](https://api.codacy.com/project/badge/grade/906eea6b21ab40359f7d325e30a495bf)](https://www.codacy.com/app/ry-mizuki/syntagmejs)
[![Codacy Badge](https://api.codacy.com/project/badge/coverage/906eea6b21ab40359f7d325e30a495bf)](https://www.codacy.com/app/ry-mizuki/syntagmejs)
[![Dependency Status](https://gemnasium.com/rymizuki/syntagmejs.svg)](https://gemnasium.com/rymizuki/syntagmejs)

## Installation

[bower](http://bower.io/):
```
bower install --save syntagme
```

[npm](https://www.npmjs.com/):
```
npm install --save syntagme
```

## Example

### Simplest case
Expand Down

0 comments on commit e4e1d15

Please sign in to comment.