Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
STUkh committed Mar 17, 2018
1 parent c488d6a commit 4d7ec0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ npm install --save vue-promise-btn
```
#### Quick Start:
- Import and "handshake" plugin with vue
```
```javascript
import Vue from 'vue'
import VuePromiseBtn from 'vue-promise-btn'

// not required. Styles for built-in spinner
import 'vue-promise-btn/dist/vue-promise-btn.css'

Vue.use(VuePromiseBtn)
Vue.use(VuePromiseBtn) // or with global options Vue.use(VuePromiseBtn, {})
```

- Use in components
Expand Down

0 comments on commit 4d7ec0a

Please sign in to comment.