From e24e2ecdde6601aa4b438707b82c57bbbc57e348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Garrido=20Labrador?= Date: Sun, 30 Aug 2020 02:28:57 +0200 Subject: [PATCH] Update readme.md --- README.md | 2 +- doc/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2097759..7524cce 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Getting starting ### Installation Via npm ```bash -$ npm install @jlgarridol/modalizerjs +$ npm install @jlgarridol/modalizer.js@1.0.1 ``` or add it directly using a CDN: ```html diff --git a/doc/index.html b/doc/index.html index 30b5ed5..ab60910 100644 --- a/doc/index.html +++ b/doc/index.html @@ -100,7 +100,7 @@

Installation

Via npm

-
$ npm install @jlgarridol/modalizer.js@1.0.0
+
$ npm install @jlgarridol/modalizer.js@1.0.1

or add it directly using a CDN:

<link rel="stylesheet" href="https://future/modalizer.min.css"/>
 <script src="https://future/modalizer.min.js"></script>