Browse Source

Update README.md

Robin Herbots 12 years ago
parent
commit
847aae44b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -211,7 +211,7 @@ $.extend($.inputmask.defaults.definitions, {
 
 ```javascript
 $.extend($.inputmask.defaults, {
-    'autounmask': true
+    'autoUnmask': true
 });
 ```