From 51c0ab0b526070f8941714868d20b25ecb8d283f Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 4 Jul 2020 23:05:42 +0200 Subject: [PATCH] Pin JSDelivr version --- README.md | 4 ++-- docs/index.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 05e69f7..8a62872 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 91c7c2a..c990058 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/dist/shareon.min.css"
+            
<link href="https://cdn.jsdelivr.net/npm/shareon@1.2.0/dist/shareon.min.css"
       rel="stylesheet">
-<script src="https://cdn.jsdelivr.net/npm/shareon@1/dist/shareon.min.js"
+<script src="https://cdn.jsdelivr.net/npm/shareon@1.2.0/dist/shareon.min.js"
         type="text/javascript"></script>

or install it via NPM use it in a JS file that you will later bundle:

@@ -225,7 +225,7 @@

- - + +