From a32d7ba2ce5dcb8e42994d5975a5d4d64a1de95e Mon Sep 17 00:00:00 2001 From: Pablo Hdez <62877300+pheralb@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:22:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Update=20README.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0f3456..e4cbc25 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,12 @@ 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 ``uuid`` for the id: [Generate](https://generateuuid.online/short-uuid). + ```json { - "id": 1, + "id": 28NcjLCRGMGz, "title": "Title", "category": "Category", "route": "/library/your_logo.svg",