mirror of
https://github.com/jlgarridol/Modalizer.js.git
synced 2026-02-21 20:33:52 +01:00
Update readme.md
This commit is contained in:
@@ -10,7 +10,7 @@ Getting starting
|
|||||||
### Installation
|
### Installation
|
||||||
Via npm
|
Via npm
|
||||||
```bash
|
```bash
|
||||||
$ npm install @jlgarridol/modalizerjs
|
$ npm install @jlgarridol/modalizer.js@1.0.1
|
||||||
```
|
```
|
||||||
or add it directly using a CDN:
|
or add it directly using a CDN:
|
||||||
```html
|
```html
|
||||||
|
|||||||
@@ -100,7 +100,7 @@
|
|||||||
<div class="mx-4 my-2">
|
<div class="mx-4 my-2">
|
||||||
<h4>Installation</h4>
|
<h4>Installation</h4>
|
||||||
<p>Via npm</p>
|
<p>Via npm</p>
|
||||||
<pre><code class="shell">$ npm install @jlgarridol/modalizer.js@1.0.0</code></pre>
|
<pre><code class="shell">$ npm install @jlgarridol/modalizer.js@1.0.1</code></pre>
|
||||||
<p>or add it directly using a CDN:</p>
|
<p>or add it directly using a CDN:</p>
|
||||||
<pre><code class="html"><link rel="stylesheet" href="https://future/modalizer.min.css"/>
|
<pre><code class="html"><link rel="stylesheet" href="https://future/modalizer.min.css"/>
|
||||||
<script src="https://future/modalizer.min.js"></script></code></pre>
|
<script src="https://future/modalizer.min.js"></script></code></pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user