Skip to content

Commit

Permalink
Fix package name and add install guide (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
anteriovieira authored and posva committed Jan 28, 2018
1 parent 023c66d commit 8089242
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@ vue-promised [![Build Status](https://img.shields.io/circleci/project/posva/vue-

Transform your Promises into components

## Installation

```bash
npm install --save vue-promised
# or
yarn add vue-promised
```

## Usage

Import the component to use it

```js
import Promised from 'vue-promise-blocks'
import Promised from 'vue-promised'

Vue.component('Promised', Promised)
```
Expand Down

0 comments on commit 8089242

Please sign in to comment.