update cdn links

master
Vladimir Mandic 2021-04-10 23:16:01 -04:00
parent 652dee1013
commit 3539f10bcd
1 changed files with 3 additions and 6 deletions

@ -13,16 +13,13 @@ but if you do, be aware of possible version conflicts*
## Quick Start
Simply load `Human` directly from a CDN in your HTML file:
Simply load `Human` (*IIFE version*) directly from a cloud CDN in your HTML file:
(pick one: `jsdelirv`, `unpkg` or `cdnjs`)
```html
<script src="https://cdn.jsdelivr.net/npm/@vladmandic/human/dist/human.js"></script>
```
or
```html
<script src="https://unpkg.dev/@vladmandic/human/dist/human.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/human/1.4.1/human.js"></script>
```
<br>