Skip to content

Commit

Permalink
docs: update lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomickigrzegorz committed Jan 29, 2022
1 parent 970fd72 commit 479b6cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<p align="center">
<img src="https://img.shields.io/github/package-json/v/tomik23/show-more">
<img src="https://img.shields.io/github/size/tomik23/show-more/docs/showMore.min.js">
<img src="https://img.shields.io/github/size/tomik23/show-more/dist/js/showMore.min.js">
<a href="LICENSE">
<img src="https://img.shields.io/badge/License-MIT-green.svg">
</a>
Expand Down Expand Up @@ -64,12 +64,12 @@ npm run prod

HTML
```html
<script src="https://cdn.jsdelivr.net/gh/tomik23/show-more@1.1.1/dist/js/showMore.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/tomik23/show-more@1.1.2/dist/js/showMore.min.js"></script>
```

CSS
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tomik23/show-more@1.1.1/dist/css/showMore.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tomik23/show-more@1.1.2/dist/css/showMore.min.css" />
```

-- OR --
Expand Down Expand Up @@ -280,7 +280,7 @@ Configuration for IE:

### cdn

- https://cdn.jsdelivr.net/gh/tomik23/show-more@1.1.1/dist/js/showMore.min.js
- https://cdn.jsdelivr.net/gh/tomik23/show-more@1.1.2/dist/js/showMore.min.js

### cdn polyfill from npm

Expand Down

0 comments on commit 479b6cb

Please sign in to comment.