| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b00996c commit 3b43741
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,6 +65,12 @@ | |||
| 65 | 65 | * For headings, use sentence case, not title case. | |
| 66 | 66 | * OK: _## Everybody to the limit_ | |
| 67 | 67 | * NOT OK: _## Everybody To The Limit_ | |
| 68 | + * When referring to a version of Node.js in prose, use _Node.js_ and the version | ||
| 69 | + number. Do not prefix the version number with _v_ in prose. This is to avoid | ||
| 70 | + confusion about whether _v8_ refers to Node.js 8.x or the V8 JavaScript | ||
| 71 | + engine. | ||
| 72 | + * OK: _Node.js 14.x_, _Node.js 14.3.1_ | ||
| 73 | + * NOT OK: _Node.js v14_ | ||
| 68 | 74 | ||
| 69 | 75 | See also API documentation structure overview in [doctools README][]. | |
| 70 | 76 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments