Add "--save-dev" to types install command (#6238)

Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
This commit is contained in:
Max Programming 2021-08-11 14:50:44 +05:30 committed by GitHub
parent b4bad851e2
commit aeaf6b38d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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