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 ✨