From c5d57969fe1321c5bf8e3fae0f966b2fd23e8441 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Sun, 21 Jun 2020 10:57:04 +0800 Subject: [PATCH] doc: update napi-rs usage resolve https://github.com/napi-rs/napi-rs/issues/78 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0581122d..8668922a 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ Run `cargo build` to produce the `Dynamic lib` file. And install the `napi-rs` t ```json { "package": "your pkg", - "dependencies": { - "napi-rs": "^0.1" + "devDependencies": { + "napi-rs": "latest" }, "scripts": { "build": "cargo build && napi",