From e1b76884e287b0a03ec62c26c2fac6534007b89a Mon Sep 17 00:00:00 2001 From: pheralb Date: Mon, 20 Mar 2023 00:58:33 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update=20readme.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f201f37..18fadd9 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ yarn install 3. Go to the [**`static/library`**](https://github.com/pheralb/svgl/tree/v3/static/library) folder and add your `.svg` logo. Remember to optimize SVG for web use, you can use [SVGOMG](https://jakearchibald.github.io/svgomg/). -4. Go to the [**`src/data/svgs.json`**](https://github.com/pheralb/svgl/blob/v3/src/data/svgs.json) and add the information about your logo, following the structure: +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: ```json { @@ -85,6 +85,14 @@ yarn install And create a pull request with your logo 🚀. -## 🔑 License: +## ✌️ Contributing + + + + + +

+ +## 🔑 License - [MIT](https://github.com/pheralb/svgl/blob/main/LICENSE).