Skip to content

Commit 62a2c81

Browse files
Trotttargos
authored andcommitted
doc: simplify and clarify README language
Continued simplification and clarification of language in README.md. PR-URL: #23322 Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]>
1 parent acc4a76 commit 62a2c81

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ Binaries, installers, and source tarballs are available at
9595

9696
The [latest](https://nodejs.org/download/release/latest/) directory is an
9797
alias for the latest Current release. The latest-_codename_ directory is an
98-
alias for the latest release from an LTS line. For example,
99-
<https://nodejs.org/download/release/latest-carbon> is the latest Carbon
100-
(Node.js version 8) release.
98+
alias for the latest release from an LTS line. For example, the
99+
[latest-carbon](https://nodejs.org/download/release/latest-carbon/) directory
100+
contains the latest Carbon (Node.js 8) release.
101101

102102
#### Nightly Releases
103103
<https://nodejs.org/download/nightly/>
104104

105-
Listed under their version string which includes their date (in UTC time) and
106-
the commit SHA at the HEAD of the release.
105+
Each directory name and filename contains a date (in UTC time) and the commit
106+
SHA at the HEAD of the release.
107107

108108
#### API Documentation
109109

@@ -606,8 +606,8 @@ gpg --keyserver pool.sks-keyservers.net --recv-keys C4F0DFFF4E8C1A8236409D08E73B
606606
gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
607607
```
608608

609-
See the section above on [Verifying Binaries](#verifying-binaries) for details
610-
on what to do with these keys to verify that a downloaded file is official.
609+
See the section above on [Verifying Binaries](#verifying-binaries) for how to
610+
use these keys to verify a downloaded file.
611611

612612
Previous releases may also have been signed with one of the following GPG keys:
613613

0 commit comments

Comments
 (0)