From 5f5abd161152e4e48e331cd5336bcd1084ca334c Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sun, 12 Jul 2020 17:13:24 +0200 Subject: [PATCH] docs: Update version from CDN in other places --- README.md | 4 ++-- docs/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec7c904..1ce751a 100644 --- a/README.md +++ b/README.md @@ -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: ```html - - + + ``` or install it via NPM use it in a JS file that you will bundle: diff --git a/docs/index.html b/docs/index.html index 9f90bab..cfa568e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -103,9 +103,9 @@ Include the link to shareon's JS and CSS in your website:

-
<link href="https://cdn.jsdelivr.net/npm/shareon@1.2.0/dist/shareon.min.css"
+            
<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"
+<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 later bundle: