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>