From 46cb0ea15febff58b73cede5e9c1814cb9c9eb37 Mon Sep 17 00:00:00 2001 From: Tin Ceraj Date: Mon, 27 Oct 2025 14:56:49 +0100 Subject: [PATCH] Fix typo in README regarding icon JSON files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e2b71b8889..ac86dbc6a812 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The source data is in _data/chains. Each chain has its own file with the filenam } ``` -When an icon is used in either the network or an explorer, there must be a JSON in _data/icons with the name used. +When an icon is used in either the network or an explorer, there must be a JSON file in _data/icons with the name used. (e.g. in the above example there must be a `ethereum.json` and a `etherscan.json` in there) - The icon JSON files look like this: ```json