Skip to content

Commit cd7d1eb

Browse files
committed
docs(readme): fix small details in readme
1 parent da0d4e2 commit cd7d1eb

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# 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)
22

3-
> Vue.js 2 binding for Firestore
3+
> Vue.js 2 binding for Cloud Firestore
44
55
## Installation
66

7+
```sh
8+
npm i vuefire@next
9+
```
710

811
## Usage
912

13+
Check `test/*.spec.js` and `examples/` for some examples
14+
1015
## Data Normalization
1116

1217
### Array Bindings
@@ -16,8 +21,8 @@
1621
Clone the repo, then:
1722

1823
```bash
19-
$ npm install # install dependencies
20-
$ npm test # run test suite with coverage report
24+
$ npm install
25+
$ npm test
2126
```
2227

2328
## License

0 commit comments

Comments
 (0)