Browse Source

Update README.md

Robin Herbots 14 years ago
parent
commit
9031271b0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -175,7 +175,7 @@ $.extend($.inputmask.defaults, {
 
 ```javascript
 $(document).ready(function(){
-    $('#test').inputmask('€ 999.999.999,99', { numericInput: true });    //   123456  =>  € ___.__1.234,56
+    $('#test').inputmask('€ 999.999.999,99', { numericInput: true });    //123456  =>  € ___.__1.234,56
 });
 ```