From 18069b30a073b43334d39c4a2f61fabba1e7c269 Mon Sep 17 00:00:00 2001 From: Vlad Simonov Date: Tue, 12 Dec 2023 23:08:37 +0300 Subject: [PATCH] docs: remove info about id field --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 3581f84..7f333cd 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,8 @@ yarn install 4. Go to the [**`src/data/svgs.ts`**](https://github.com/pheralb/svgl/blob/main/src/data/svgs.ts) and add the information about your logo, following the structure: -> [!IMPORTANT] -> To avoid conflicts with other svgs IDs, generate a short random number for the id: [Generate (only check 'include numbers')](https://nanoid.yuuniworks.com/). - ```json { - "id": 45248, "title": "Title", "category": "Category", "route": "/library/your_logo.svg", @@ -97,7 +93,6 @@ or to support a different logo for light and dark themes: ```json { - "id": 45248, "title": "Title", "category": "Category", "route": {