Browse Source

Fix readme + add nuget.exe

Robin Herbots 13 years ago
parent
commit
35c09fae97
2 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md
  2. BIN
      tools/NuGet.exe

+ 1 - 1
README.md

@@ -325,7 +325,7 @@ $(document).ready(function(){
 ```
 ### data-inputmask attribute
 
-You also apply an inputmask by using the data-inputmask attribute.  In the attribute you specify the options wanted for the inputmask.
+You can also apply an inputmask by using the data-inputmask attribute.  In the attribute you specify the options wanted for the inputmask.
 This gets parsed with $.parseJSON (for the moment), so be sure to use a welformed json-string without the {}.
 
 ```html

BIN
tools/NuGet.exe