mirror of
https://github.com/sudoxnym/brands.git
synced 2026-05-18 11:38:49 +00:00
Fixed grammar in README.md (#8035)
This commit is contained in:
parent
06d3f70616
commit
cb12ed69ed
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ This repository provides two main folders to store images in:
|
|||
- `custom_integrations`: Contains images for custom integrations
|
||||
(custom components).
|
||||
|
||||
Each of these two main folders contain domain folders. Each domain folder is
|
||||
Each of these two main folders contains domain folders. Each domain folder is
|
||||
named to the integration `domain` and must match the domain set in the
|
||||
integration `manifest.json` file.
|
||||
|
||||
|
|
@ -95,7 +95,7 @@ All images must have the following requirements:
|
|||
- The filetype of all images must be PNG.
|
||||
- They should be properly compressed and optimized (lossless is preferred) for use on the web.
|
||||
- Interlaced is preferred (also known as progressive).
|
||||
- Images with transparency is preferred.
|
||||
- Images with transparency are preferred.
|
||||
- If multiple images are available, the ones optimized for a white background are preferred.
|
||||
- Images optimized for a dark background can be prefixed with `dark_`
|
||||
- The image should be trimmed, so it contains the minimum amount of empty space on the edges.
|
||||
|
|
|
|||
Loading…
Reference in a new issue