We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a596b commit 26b060fCopy full SHA for 26b060f
1 file changed
doc/api/process.md
@@ -2445,7 +2445,8 @@ added: v0.1.3
2445
2446
* {string}
2447
2448
-The `process.version` property returns the Node.js version string.
+The `process.version` property returns the Node.js version string in the form of
2449
+`v<major>.<minor>.<patch>`.
2450
2451
```js
2452
console.log(`Version: ${process.version}`);
0 commit comments