Browse Source

fix some errors in md

Robin Herbots 5 years ago
parent
commit
d8490be108
2 changed files with 3 additions and 3 deletions
  1. 2 2
      CHANGELOG.md
  2. 1 1
      README.md

+ 2 - 2
CHANGELOG.md

@@ -25,7 +25,7 @@ HOT FIX: jqlite dependency error
 - datetime alias: add autofill logic to year
     - complete with current year
     - allow filled year be overtyped when min date is provided,
-- \<input-mask> enhance attribute handling
+- &lt;input-mask&gt; enhance attribute handling
 
 ### Fixed
 - The fractional part cannot be typed if negative values are displayed in parentheses #1836
@@ -49,7 +49,7 @@ HOT FIX: jqlite dependency error
 
 ## [5.0.2 - 09/01/2020]
 ### Added
-- <input-mask> html element #2247
+- &lt;input-mask&gt; html element #2247
 
 ### Fixed
 - Numeric alias: cannot clear input on blur #2235

+ 1 - 1
README.md

@@ -103,7 +103,7 @@ im.mask(selector);
 
 //or
 
-Inputmask({"mask": "(999) 999-9999", .... other options .....}).mask(selector);
+Inputmask({"mask": "(999) 999-9999", ... other_options, ...}).mask(selector);
 Inputmask("9-a{1,3}9{1,3}").mask(selector);
 Inputmask("9", { repeat: 10 }).mask(selector);