From 8513e4f79670c6bd783959686fe4bdb6060ea340 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 10 Dec 2020 14:26:53 +0800 Subject: [PATCH] docs: napi6 should be napi7 --- napi/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/src/lib.rs b/napi/src/lib.rs index 9230f83a..88c44844 100644 --- a/napi/src/lib.rs +++ b/napi/src/lib.rs @@ -6,7 +6,7 @@ //! //! ## Feature flags //! -//! ### napi1 ~ napi6 +//! ### napi1 ~ napi7 //! //! Because `NodeJS` N-API has versions. So there are feature flags to choose what version of `N-API` you want to build for. //! For example, if you want build a library which can be used by `node@10.17.0`, you should choose the `napi5` or lower.