Skip to content

Commit

Permalink
docs(readme): fix small details in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 17, 2017
1 parent da0d4e2 commit cd7d1eb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Vuefire [![Build Status](https://img.shields.io/circleci/project/vuejs/vuefire.svg)](https://circleci.com/gh/vuejs/vuefire) [![npm package](https://img.shields.io/npm/v/vuefire.svg)](https://www.npmjs.com/package/vuefire) [![coverage](https://img.shields.io/codecov/c/github/vuejs/vuefire.svg)](https://codecov.io/github/vuejs/vuefire)

> Vue.js 2 binding for Firestore
> Vue.js 2 binding for Cloud Firestore
## Installation

```sh
npm i vuefire@next
```

## Usage

Check `test/*.spec.js` and `examples/` for some examples

## Data Normalization

### Array Bindings
Expand All @@ -16,8 +21,8 @@
Clone the repo, then:

```bash
$ npm install # install dependencies
$ npm test # run test suite with coverage report
$ npm install
$ npm test
```

## License
Expand Down

0 comments on commit cd7d1eb

Please sign in to comment.