From 80b25a0ce7a7896a87cc4390fbbb876148c0a51b Mon Sep 17 00:00:00 2001 From: Alexander Shabunevich Date: Fri, 27 Sep 2019 22:12:19 +0300 Subject: [PATCH] Updated docs and readme - add autocomplete attributes and 'tel' type --- README.md | 15 ++++++++++++++- docs/index.htm | 18 +++++++++++------- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3aa6efb..5a1f00d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ Simple zero-dependency input mask for Vue.js and vanilla JS. [Demo and examples] npm install maska +To load latest version from CDN you can use: + +``` html + +``` + ## Usage with Vue.js If you load Vue.js via ` +