File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1010
1111Latest version
1212``` html
13- <script src = " https://cdn.jsdelivr.net/gh/cryptohub-digital/coco/dist/css/coco.min.css" ></ script >
13+ <link rel = " stylesheet " href = " https://cdn.jsdelivr.net/gh/cryptohub-digital/coco/dist/css/coco.min.css" / >
1414```
1515
1616Minor updates and patch fixes within a major version
1717``` html
18- <script src = " https://cdn.jsdelivr.net/gh/cryptohub-digital/coco@1/dist/css/coco.min.css" ></ script >
18+ <link rel = " stylesheet " href = " https://cdn.jsdelivr.net/gh/cryptohub-digital/coco@1/dist/css/coco.min.css" / >
1919```
2020
2121Patch fixes within a minor version
2222``` html
23- <script src = " https://cdn.jsdelivr.net/gh/cryptohub-digital/coco@1.1/dist/css/coco.min.css" ></ script >
23+ <link rel = " stylesheet " href = " https://cdn.jsdelivr.net/gh/cryptohub-digital/coco@1.1/dist/css/coco.min.css" / >
2424```
2525
26+ Using SRI with exact version
27+ ``` html
28+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/gh/cryptohub-digital/coco@1.1.0/dist/css/coco.min.css" integrity =" sha384-{hash}" crossorigin =" anonymous" />
29+ ```
30+
31+ > Please, replace {hash} with hash generated for chosen specific version. You can use for example this [ SRI Hash Generator] ( https://www.srihash.org/ ) .
32+
2633## Install
2734
2835#### NPM
You can’t perform that action at this time.
0 commit comments