Skip to content

Commit 2e03939

Browse files
Electroidkkoopa
authored andcommitted
readme: remove --save since that's the default
1 parent 8ec007c commit 2e03939

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ This project also contains some helper utilities that make addon development a b
3131

3232
## Usage
3333

34-
Simply add **NAN** as a dependency in the *package.json* of your Node addon:
34+
Simply add **NAN** as a dependency using a package manager like npm, yarn, or bun:
3535

3636
``` bash
37-
$ npm install --save nan
37+
$ npm install nan
3838
```
3939

4040
Pull in the path to **NAN** in your *binding.gyp* so that you can use `#include <nan.h>` in your *.cpp* files:

0 commit comments

Comments
 (0)