diff --git a/doc/api/process.md b/doc/api/process.md index 7584c886adadac..818f9a527904e1 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2498,7 +2498,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}`);