diff --git a/README.md b/README.md index d2611d367..f1bb5b22f 100644 --- a/README.md +++ b/README.md @@ -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 -... -... +``` -###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');