Skip to content

Commit

Permalink
Docs url to release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
assisfery committed Mar 25, 2021
1 parent 1d63a88 commit 59c7e7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ CDN repository: https://www.jsdelivr.com/package/gh/assisfery/SocialShareJS
### Install
Just include the **social-share.css** and **social-share.js** files.
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/assisfery/SocialShareJS@1.2/social-share.min.css">
<script src="https://cdn.jsdelivr.net/gh/assisfery/SocialShareJS@1.2/social-share.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/assisfery/SocialShareJS@1.3/social-share.min.css">
<script src="https://cdn.jsdelivr.net/gh/assisfery/SocialShareJS@1.3/social-share.min.js"></script>
```

### Dependences
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ <h1>SocialShareJS</h1>
<h3>Install</h3>
<p>Just include the <b>social-share.css</b> and <b>social-share.js</b> files.</p>

<pre class="alert alert-secondary">&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/assisfery/SocialShareJS@1.2/social-share.min.css"&gt;
&lt;script src="https://cdn.jsdelivr.net/gh/assisfery/SocialShareJS@1.2/social-share.min.js"&gt;&lt;/script&gt;</pre>
<pre class="alert alert-secondary">&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/assisfery/SocialShareJS@1.3/social-share.min.css"&gt;
&lt;script src="https://cdn.jsdelivr.net/gh/assisfery/SocialShareJS@1.3/social-share.min.js"&gt;&lt;/script&gt;</pre>


<br><br>
Expand Down

0 comments on commit 59c7e7a

Please sign in to comment.