diff --git a/doc/api/process.md b/doc/api/process.md index 44c143222f00c6..7cbc1594d6b98c 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2445,7 +2445,8 @@ added: v0.1.3 * {string} -The `process.version` property returns the Node.js version string. +The `process.version` property returns the Node.js version string in the form of +`v..`. ```js console.log(`Version: ${process.version}`);