mirror of
https://github.com/sudoxnym/brands.git
synced 2026-05-19 12:08:50 +00:00
Fix spelling / grammar in readme (#7570)
This commit is contained in:
parent
d893dd2346
commit
5e7496972a
1 changed files with 3 additions and 3 deletions
|
|
@ -70,7 +70,7 @@ For example: <`https://brands.home-assistant.io/[domain]/icon.png`>
|
|||
- If a domain is missing the `logo@2x.png` file:
|
||||
- the `icon@2x.png` is served if available and `logo.png` is missing
|
||||
- the `logo.png` is served instead (if available).
|
||||
- If a image optimised for dark themes (image is prefixed with 'dark_') is missing, it's non-prefixed match will be served instead (if available).
|
||||
- If an image optimized for dark themes (image is prefixed with 'dark_') is missing, its non-prefixed match will be served instead (if available).
|
||||
|
||||
### With placeholder fallback
|
||||
|
||||
|
|
@ -149,13 +149,13 @@ directories are not allowed.
|
|||
## Integration domain conflict between custom and core integrations
|
||||
|
||||
It is possible for a custom integration and a core integration to collide on
|
||||
a `domain` name level. In these cases, the core integration domain get
|
||||
a `domain` name level. In these cases, the core integration domain gets
|
||||
preference.
|
||||
|
||||
## Tips, Tools & Resources
|
||||
|
||||
When adding a new set of icons and logos, the following resources can help you
|
||||
finding the needed images and getting them to match our specifications:
|
||||
find the needed images and get them to match our specifications:
|
||||
|
||||
- [**RedKetchup Image Resizer**](https://redketchup.io/image-resizer):
|
||||
Resizes most images formats, including SVG, into any format using just your
|
||||
|
|
|
|||
Loading…
Reference in a new issue