浏览代码

Merge branch '1.x' into 2.x

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

+ 4 - 3
README.md

@@ -22,12 +22,13 @@ Highlights:
 
 
 ## Usage:
 ## Usage:
 
 
-Include the js-files:
+Include the js-files which you can find in the dist-folder. You have the bundled file which contains the main plugin code and also all extensions. (date, numerics, other) or if you prefer to only include some parts, use the separate js-files in the dist/min folder.
+
+The minimum to include is the jquery.inputmask.js
 
 
 ```html
 ```html
 <script src="jquery.js" type="text/javascript"></script>
 <script src="jquery.js" type="text/javascript"></script>
-<script src="jquery.inputmask.js" type="text/javascript"></script>
-<script src="jquery.inputmask.extensions.js" type="text/javascript"></script>
+<script src="dist/jquery.inputmask.bundle.min.js" type="text/javascript"></script>
 ```
 ```
 
 
 Define your masks:
 Define your masks: