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.