Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinHerbots authored Apr 12, 2017
1 parent f4c6fb4 commit ebe143c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,17 @@ For individual extensions. (with vanilla dependencylib)
If you like to automatically bind the inputmask to the inputs marked with the data-inputmask- ... attributes you may also want to include the inputmask.binding.js

```html
...
<script src="dist/inputmask/bindings/inputmask.binding.js"></script>
...
```

###webpack
### webpack

####Install the package
#### Install the package
```
npm install inputmask --save-dev
```

####In your modules
#### In your modules
If you want to include the Inputmask and all extensions.
```
var Inputmask = require('inputmask');
Expand Down

0 comments on commit ebe143c

Please sign in to comment.