Skip to content

Commit 4033468

Browse files
ankurk91RonaldJerez
authored andcommitted
docs: update beta install command
1 parent 3d12146 commit 4033468

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Vue Input Facade
44

5-
A lightweight and dependency free input masking library created specific for Vue
5+
A lightweight and dependency free input masking library created specific for Vue 3.x
66

77
[![Build Status](https://travis-ci.org/RonaldJerez/vue-input-facade.svg?branch=master)](https://travis-ci.org/RonaldJerez/vue-input-facade)
88
[![Coverage Status](https://coveralls.io/repos/github/RonaldJerez/vue-input-facade/badge.svg?branch=master&service=github)](https://coveralls.io/github/RonaldJerez/vue-input-facade?branch=master&service=github)
@@ -22,11 +22,11 @@ A lightweight and dependency free input masking library created specific for Vue
2222
## Installing
2323

2424
```bash
25-
npm i vue-input-facade
25+
npm i vue-input-facade@beta
2626
```
2727

2828
```bash
29-
yarn add vue-input-facade
29+
yarn add vue-input-facade@beta
3030
```
3131

3232
## Importing
@@ -37,7 +37,7 @@ Installs the component, directive and filter for your entire application.
3737

3838
```javascript
3939
import InputFacade from 'vue-input-facade'
40-
Vue.use(InputFacade)
40+
app.use(InputFacade)
4141
```
4242

4343
### Locally

0 commit comments

Comments
 (0)