From f855155aac391ab751304c0840e03c3087c255aa Mon Sep 17 00:00:00 2001 From: Guillaume M Date: Tue, 28 Jan 2025 10:44:10 +0100 Subject: [PATCH] fix: Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5fde1b..b5c5728 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ In our example we call it `generate-icons`. You then need to specify the followi In order to run the builder you have to add a new npm script to your `package.json`. Replace `name-of-your-app` with the name of your application 😉. ```json -"genrate-icons": "ng run name-of-your-app:generate-icons" +"generate-icons": "ng run name-of-your-app:generate-icons" ``` ## Core Team ✨