docs: Update version from CDN in other places

pull/10/head
Nikita Karamov 2020-07-12 17:13:24 +02:00
parent f3420ac1a2
commit 5f5abd1611
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF
2 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@ Observe the live demo here: [shareon.js.org](https://shareon.js.org)
Include the link to shareon's JS and CSS in your website: Include the link to shareon's JS and CSS in your website:
```html ```html
<link href="https://cdn.jsdelivr.net/npm/shareon@1.2.0/dist/shareon.min.css" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/shareon@1.2.1/dist/shareon.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/shareon@1.2.0/dist/shareon.min.js" type="text/javascript"></script> <script src="https://cdn.jsdelivr.net/npm/shareon@1.2.1/dist/shareon.min.js" type="text/javascript"></script>
``` ```
or install it via NPM use it in a JS file that you will bundle: or install it via NPM use it in a JS file that you will bundle:

View File

@ -103,9 +103,9 @@
Include the link to shareon's JS and CSS in your website: Include the link to shareon's JS and CSS in your website:
</p> </p>
<pre><code>&lt;link href="https://cdn.jsdelivr.net/npm/shareon@1.2.0/dist/shareon.min.css" <pre><code>&lt;link href="https://cdn.jsdelivr.net/npm/shareon@1.2.1/dist/shareon.min.css"
rel="stylesheet"&gt; rel="stylesheet"&gt;
&lt;script src="https://cdn.jsdelivr.net/npm/shareon@1.2.0/dist/shareon.min.js" &lt;script src="https://cdn.jsdelivr.net/npm/shareon@1.2.1/dist/shareon.min.js"
type="text/javascript"&gt;&lt;/script&gt;</code></pre> type="text/javascript"&gt;&lt;/script&gt;</code></pre>
<p>or install it via NPM use it in a JS file that you will later bundle:</p> <p>or install it via NPM use it in a JS file that you will later bundle:</p>