mirror of
https://github.com/sudoxnym/brands.git
synced 2026-05-21 21:18:51 +00:00
Correct filename typo in README (#820)
This commit is contained in:
parent
1bd3504132
commit
d517ef118f
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ For example: <`https://brands.home-assistant.io/[domain]/icon.png`>
|
|||
|
||||
- If a domain is missing the `icon.png` file, 404 will be served
|
||||
- If a domain is missing the `logo.png` file, the `icon.png` is served instead (if available).
|
||||
- If a domain is missing the `icon@2.png` file, the `icon.png` is served instead (if available).
|
||||
- If a domain is missing the `logo@2.png` file, the `logo.png` is served instead (if available).
|
||||
- If a domain is missing the `icon@2x.png` file, the `icon.png` is served instead (if available).
|
||||
- If a domain is missing the `logo@2x.png` file, the `logo.png` is served instead (if available).
|
||||
|
||||
### With placeholder fallback
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue