From d517ef118f4a517142b16b4dd025418861d1098b Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Mon, 30 Mar 2020 13:49:15 -0700 Subject: [PATCH] Correct filename typo in README (#820) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47df32df..ff49dbd2 100644 --- a/README.md +++ b/README.md @@ -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