From cb12ed69ed7da3be2478fffb4bbb163285329817 Mon Sep 17 00:00:00 2001 From: Smoothengineer <160827599+Smoothengineer@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:28:56 +0530 Subject: [PATCH] Fixed grammar in README.md (#8035) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6f3183b..bf640b3a 100644 --- a/README.md +++ b/README.md @@ -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.