From edc96e8787a334e79485fddc6d91c822b4d002ad Mon Sep 17 00:00:00 2001 From: Mohamed Safouan Besrour Date: Sat, 18 May 2019 03:34:27 +0200 Subject: [PATCH] add cdn installation option --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a106a71..720c1de 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,13 @@ Vue.use(VueTypedJs) ``` +## Or via CDN +```html + + + + +``` The plugin should be auto-installed. If not, you can install it manually with the instructions below.