Browse Source

modified: README.md

Robin Herbots 13 years ago
parent
commit
d823beff4b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      README.md

+ 0 - 2
README.md

@@ -292,8 +292,6 @@ see jquery.inputmask.extensions.js for some examples
 ## Supported markup options
 ## Supported markup options
 ### RTL attribute
 ### RTL attribute
 
 
-Just add the dir="rtl" attribute to the input element
-
 ```html
 ```html
 <input id="test" dir="rtl" />
 <input id="test" dir="rtl" />
 ```
 ```