From aeaf6b38d4157ae68f7953dd94d1a8524153ef86 Mon Sep 17 00:00:00 2001 From: Max Programming <51731966+max-programming@users.noreply.github.com> Date: Wed, 11 Aug 2021 14:50:44 +0530 Subject: [PATCH] Add "--save-dev" to types install command (#6238) Co-authored-by: Eric Cornelissen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5530852..ff98ebd8 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ for (const iconSlug in simpleIcons) { There are also TypeScript type definitions for the Node package. To use them, simply run: ```shell -npm install @types/simple-icons +npm install --save-dev @types/simple-icons ``` ### PHP Usage