Skip to content

Commit

Permalink
doc: change @types/node install to install in dev dependencies (typeo…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlcidesA authored and Svetlozar committed Jan 12, 2021
1 parent 8908af1 commit 93a6e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -182,7 +182,7 @@ await timber.remove();

3. You may need to install node typings:

`npm install @types/node --save`
`npm install @types/node --save-dev`

4. Install a database driver:

Expand Down

0 comments on commit 93a6e92

Please sign in to comment.