浏览代码

Update README.md

Robin Herbots 10 年之前
父节点
当前提交
3a4550407f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -139,7 +139,7 @@ While the field has focus and is blank, users will see the full mask `___-___`.
 When defining an optional mask together with the greedy: false option, the inputmask will show the smallest possible mask as input first.
 
 ```javascript
-$(selector).inputmask({ mask: "99999[-9999]", greedy: false });
+$(selector).inputmask({ mask: "9[-9999]", greedy: false });
 ```
 
 The initial mask shown will be "**_**" instead of "**_**-____".