Correct filename typo in README (#820)

This commit is contained in:
Cameron McEfee 2020-03-30 13:49:15 -07:00 committed by GitHub
parent 1bd3504132
commit d517ef118f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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