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