Browse Source

update readme

Robin Herbots 7 years ago
parent
commit
2d46229638
2 changed files with 6 additions and 2 deletions
  1. 1 2
      Gruntfile.js
  2. 5 0
      README.md

+ 1 - 2
Gruntfile.js

@@ -95,8 +95,7 @@ module.exports = function (grunt) {
             options: {
                 bump: false,
                 commit: false,
-                add: false,
-                tagName: 'Inputmask <%= version %>'
+                add: false
             }
         },
         nugetpack: {

+ 5 - 0
README.md

@@ -96,6 +96,11 @@ If you like to automatically bind the inputmask to the inputs marked with the da
 npm install inputmask --save
 ```
 
+##### Install the latest beta version
+```
+npm install inputmask@next --save
+```
+
 #### In your modules
 If you want to include the Inputmask and all extensions.
 ```