diff --git a/doc/setup.md b/doc/setup.md index 84dafd3..be95e74 100644 --- a/doc/setup.md +++ b/doc/setup.md @@ -19,7 +19,7 @@ To use **N-API** in a native module: ```json "dependencies": { - "node-addon-api": "1.0.0", + "node-addon-api": "1.1.0", } ``` @@ -65,4 +65,4 @@ To use **N-API** in a native module: ``` At build time, the N-API back-compat library code will be used only when the -targeted node version *does not* have N-API built-in. \ No newline at end of file +targeted node version *does not* have N-API built-in.