diff --git a/doc/api/process.md b/doc/api/process.md index 0e53a742cbc147..b2743104feebed 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2476,7 +2476,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}`);