From 88ec94f276c1b93e8968c044bcd0c2b8ff74758d Mon Sep 17 00:00:00 2001 From: Sam Denty Date: Tue, 3 Jan 2023 17:31:13 +0000 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e68b35..8852ee3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ for icon in entries { ### Sources -- HTML favicon tag (or looking for default `/favicon.ico`) +- HTML favicon tag (or looking for default `/favicon.svg` / `/favicon.ico`) - [Web app manifest](https://developer.mozilla.org/en-US/docs/Web/Manifest) [`icons`](https://developer.mozilla.org/en-US/docs/Web/Manifest/icons) field - `` tags on the page, directly inside the header OR with a `src|alt|class` containing the text "logo"