Skip to content

Commit eb87219

Browse files
Trotttargos
authored andcommittedOct 4, 2018
doc: improve Download section of README
Simplify and clarify text in the Download section of the README file. PR-URL: #23212 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 003d85d commit eb87219

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed
 

‎README.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -94,23 +94,27 @@ Binaries, installers, and source tarballs are available at
9494
<https://nodejs.org/en/download/>.
9595

9696
#### Current and LTS Releases
97-
**Current** and **LTS** releases are available at
98-
<https://nodejs.org/download/release/>, listed under their version strings.
97+
<https://nodejs.org/download/release/>
98+
9999
The [latest](https://nodejs.org/download/release/latest/) directory is an
100-
alias for the latest Current release. The latest LTS release from an LTS
101-
line is available in the form: latest-_codename_. For example:
102-
<https://nodejs.org/download/release/latest-argon>.
100+
alias for the latest Current release. The latest-_codename_ directory is an
101+
alias for the latest release from an LTS line. For example,
102+
<https://nodejs.org/download/release/latest-carbon> is the latest Carbon
103+
(Node.js version 8) release.
103104

104105
#### Nightly Releases
105-
**Nightly** builds are available at
106-
<https://nodejs.org/download/nightly/>, listed under their version
107-
string which includes their date (in UTC time) and the commit SHA at
108-
the HEAD of the release.
106+
<https://nodejs.org/download/nightly/>
107+
108+
Listed under their version string which includes their date (in UTC time) and
109+
the commit SHA at the HEAD of the release.
109110

110111
#### API Documentation
111-
**API documentation** is available in each release and nightly
112-
directory under _docs_. <https://nodejs.org/api/> points to the API
113-
documentation of the latest stable version.
112+
<https://nodejs.org/api/>
113+
114+
Points to the API documentation of the latest Current release.
115+
Version specific documentation are avalible in each release and nightly
116+
directory under _docs_ or at <https://nodejs.org/download/docs/>.
117+
114118

115119
### Verifying Binaries
116120

0 commit comments

Comments
 (0)
Please sign in to comment.