mirror of
https://github.com/namibia/file-icon-vectors.git
synced 2024-12-26 17:37:32 +00:00
Changed unpkg CDN URL to latest release
This commit is contained in:
parent
c61c280d6e
commit
5160d1ce52
@ -59,9 +59,11 @@ To display a file icon, simply link to one or both of the icon set CSS files in
|
||||
|
||||
#### CDN: unpkg
|
||||
|
||||
For releases:
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="https://unpkg.com/file-icon-vectors/dist/file-icon-classic.min.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/file-icon-vectors/dist/file-icon-vivid.min.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/file-icon-vectors@0.8.1/dist/file-icon-classic.min.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/file-icon-vectors@0.8.1/dist/file-icon-vivid.min.css" />
|
||||
```
|
||||
|
||||
#### CDN: jsDelivr
|
||||
@ -75,7 +77,7 @@ Supports both HTTP and HTTPS.
|
||||
|
||||
#### CDN: GitHack
|
||||
|
||||
Supports branches as endpoints (like `master`).
|
||||
Supports branches as endpoints (such as `master`).
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="https://rawcdn.githack.com/dmhendricks/file-icon-vectors/master/dist/file-icon-classic.min.css" />
|
||||
|
Loading…
Reference in New Issue
Block a user