浏览代码

Merge branch '1.x' into 2.x

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

+ 1 - 1
README.md

@@ -350,7 +350,7 @@ This gets parsed with $.parseJSON (for the moment), so be sure to use a welforme
 
 ```html
 <input data-inputmask="'alias': 'date'" />
-<input data-inputmask="'mask': '9', 'repeat': '10', 'greedy' : 'false'" />
+<input data-inputmask="'mask': '9', 'repeat': 10, 'greedy' : false" />
 ```
 ```javascript
 $(document).ready(function(){