Update readme
This commit is contained in:
19
README.md
19
README.md
@@ -1,5 +1,24 @@
|
||||
# icons
|
||||
|
||||
Icons for personal use.
|
||||
|
||||
## Direct Links
|
||||
|
||||
Use icons from CDN with this pattern:
|
||||
|
||||
```
|
||||
<Base URL>/<Format>/<Icon Name>.<Format>
|
||||
```
|
||||
|
||||
**Base URL options:**
|
||||
- jsDelivr (recommended): `https://cdn.jsdelivr.net/gh/ryuupendragon/icons`
|
||||
- GitHub Direct: `https://raw.githubusercontent.com/ryuupendragon/icons/main`
|
||||
|
||||
**Example:**
|
||||
```html
|
||||
<img src="https://cdn.jsdelivr.net/gh/ryuupendragon/icons/png/jellyfin.png" alt="Jellyfin">
|
||||
```
|
||||
|
||||
## Legal
|
||||
|
||||
**Disclaimer**: All product names, trademarks, and registered trademarks are the property of their respective owners. Icons are used for identification purposes only and do not imply endorsement.
|
||||
|
||||
Reference in New Issue
Block a user