From bfcd69e4faf745f9acf8eee4bc2d4abbb2e6570b Mon Sep 17 00:00:00 2001 From: Henrique Salvador <61850982+henriques-nulogy@users.noreply.github.com> Date: Tue, 20 Sep 2022 15:47:56 -0400 Subject: [PATCH] feat: updates readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1f0136..a6b1d88 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ We use a subset of "Outlined" Material icons at Nulogy. To find and add a new on 1. Search [Material Icons](https://material.io/resources/icons/) for the icon you need 2. In Figma, use the Material Design Icons plugin to add the icon to a document. Export the icon as SVG. 3. Clone this repo (`git clone https://github.com/nulogy/nds-icons.git`) -4. Rename the svg to desired icon name (in camelCase) -5. Place svg in `assets/` folder +4. Rename the SVG to desired icon name (in camelCase) +5. Place SVG in `assets/` folder 6. run `yarn && yarn build` to make the icon available to use 7. Commit the changes using a [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) message 8. Submit PR