Browse Source

Update README.md

Robin Herbots 8 years ago
parent
commit
ebe143ccb3
1 changed files with 4 additions and 5 deletions
  1. 4 5
      README.md

+ 4 - 5
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
-...
 <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');