From 53aa709e4c1d19a6b33489cf8493d09716eaaae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C4=81rti=C5=86=C5=A1=20Bru=C5=86enieks?= Date: Wed, 29 Apr 2020 19:39:25 +0300 Subject: [PATCH] Some language fixes (#1527) --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f94072c4..a61af249 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ Those images are served in the following format: ### Missing image handling -The website can service images with and without a fallback to an placeholder +The website can service images with and without a fallback to a placeholder image. ### Without placeholder fallback This method uses the plain URLs, **WITHOUT** the `/_/` in the URL path. -A missing image, will result in a 404 being served. +A missing image will result in a 404 being served. For example: <`https://brands.home-assistant.io/[domain]/icon.png`> @@ -50,7 +50,7 @@ For example: <`https://brands.home-assistant.io/[domain]/icon.png`> ### With placeholder fallback This method uses the plain URLs, **WITH** the `/_/` in the URL path. -A missing image, will result in placeholder image being served telling the logo/icon is missing. +A missing image will result in placeholder image being served telling the logo/icon is missing. This also applies to domains, in case the integration domain is missing. For example: <`https://brands.home-assistant.io/_/[domain]/icon.png`> @@ -94,8 +94,8 @@ the following requirements are applied as well: - A landscape image is preferred. - Aspect ratio should respect the logo of the brand. -- Shortest side of the image must be at least 128 pixels, 256 pixels for the hDPI version. -- Shortest side of the image must be not bigger than 256 pixels, 512 pixels for the hDPI version. +- The shortest side of the image must be at least 128 pixels, 256 pixels for the hDPI version. +- The shortest side of the image must be no bigger than 256 pixels, 512 pixels for the hDPI version. - The maximum pixel size for the shortest side of the images is, of course, preferred. ## Using the same image for logo & icon @@ -105,7 +105,7 @@ only add the icon images. The icon will be used as a fallback for the logo. ## Using the same logo & icon for different brands -In order to keep the size of this repository as efficient as possible, +To keep the size of this repository as efficient as possible, symlinking domain folders for the same icon/logos is allowed. The deployment process at our hosting provider will unpack these symlinks to actual files during the deployment process. @@ -127,11 +127,11 @@ finding the needed images and getting them to match our specifications: browser. - [**Worldvectorlogo**](https://worldvectorlogo.com/): Thousands of SVG brand images, which are perfect to use as a base. -- [**WikiPedia Commons**](https://commons.wikimedia.org/): +- [**Wikimedia Commons**](https://commons.wikimedia.org/): Has a lot of good quality images on file. A lot of brands (especially the larger ones) often offer a press kit on -their (cooperate) website, that contain high quality images. +their (cooperate) website, that contains high quality images. ## Trademark Legal Notices