From 49d232ca675eff40359f4a568bfb86a7b5d07b43 Mon Sep 17 00:00:00 2001 From: Andrew Ortwein Date: Tue, 10 Dec 2024 20:43:48 -0500 Subject: [PATCH] Fix a couple minor typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9887c6..6fd53de 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ This command will fetch all icons from Figma locally and create react components yarn generate-icons ``` -Inpired from [this article](https://blog.certa.dev/generating-react-icon-components-from-figma). +Inspired by [this article](https://blog.certa.dev/generating-react-icon-components-from-figma). ## Developing -Watch and rebuild code with `tsup` and runs Storybook to preview your UI during development. +Watch and rebuild code with `tsup` and run Storybook to preview your UI during development. ```console yarn storybook