Skip to content

Commit

Permalink
fix README installation example
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorLuizC committed Aug 16, 2017
1 parent 0402e58 commit b00c705
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Vue from 'vue'
import Util from 'vue-convenia-util'

Vue.use(Util, {
format: true,
formaters: true,
formatFilters: true
})

Expand All @@ -41,6 +41,5 @@ new Vue({
cash() {
return this.$format.toMoney(this.user.cash)
}
.gitignore
}
```

0 comments on commit b00c705

Please sign in to comment.