浏览代码

readme update

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

+ 1 - 2
README.md

@@ -582,12 +582,11 @@ $(document).ready(function(){
 
 
 ## Value formatting
 ## Value formatting
 
 
-Instead of masking an input element it also possible to use the inputmask for formatting given values.
+Instead of masking an input element it is also possible to use the inputmask for formatting given values.
 Think of formatting values to show in jqGrid or on other elements then inputs.
 Think of formatting values to show in jqGrid or on other elements then inputs.
 
 
 ```javascript
 ```javascript
 var formattedDate = $.inputmask.format("2331973", { alias: "dd/mm/yyyy"});
 var formattedDate = $.inputmask.format("2331973", { alias: "dd/mm/yyyy"});
-//do something
 ```
 ```
 
 
 ## Compiling with Google Closure Compiler
 ## Compiling with Google Closure Compiler