Skip to content

Commit a1a1076

Browse files
kirbysayshijasongin
authored andcommitted
Update README with correct package name (#50)
1 parent 92f362a commit a1a1076

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ At build time, the N-API back-compat library code will be used only when the
5353
targeted node version *does not* have N-API built-in.
5454

5555
## Conversion Tool
56-
To make the migration to node-api easier, we have provided a script to help
56+
To make the migration to node-addon-api easier, we have provided a script to help
5757
complete the steps listed above. To use the conversion script:
5858
1. Go to your module directory
5959
```
6060
cd [module_path]
6161
```
62-
2. Install node-api module
62+
2. Install node-addon-api module
6363
```
64-
npm install node-api
64+
npm install node-addon-api
6565
```
66-
3. Run node-api conversion script
66+
3. Run node-addon-api conversion script
6767
```
68-
node ./node_modules/node-api/tools/conversion.js ./
68+
node ./node_modules/node-addon-api/tools/conversion.js ./
6969
```
7070
4. While this script makes conversion easier, it still cannot fully convert
7171
the module. The next step is to try to build the module and complete the

0 commit comments

Comments
 (0)