diff --git a/doc/api/modules.md b/doc/api/modules.md index 0e79d1b8d68f4d..506534ced54fee 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -171,18 +171,19 @@ relative, and based on the real path of the files making the calls to ## Loading ECMAScript modules using `require()` -> Stability: 1.1 - Active Development. Enable this API with the -> [`--experimental-require-module`][] CLI flag. +> Stability: 1.2 - Release candidate The `.mjs` extension is reserved for [ECMAScript Modules][]. See [Determining module system][] section for more info