Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-10-04 23:44:03 +0300
committerRich Trott <rtrott@gmail.com>2018-10-07 01:43:22 +0300
commitbd162b6dc0f4d25239e58564a3a3228947af85b3 (patch)
tree8871bae9cc14e3b649ab35a194a7a6395e856ac5 /README.md
parent4c37df779cf944b5666fc72e2a27fbf2e745881f (diff)
doc: improve API Documentation text in README
Clarify and implify the API Documentation download information in the README. This also fixes a spelling error. PR-URL: https://github.com/nodejs/node/pull/23268 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index bb759227267..899aaf5dbc2 100644
--- a/README.md
+++ b/README.md
@@ -107,11 +107,11 @@ Listed under their version string which includes their date (in UTC time) and
the commit SHA at the HEAD of the release.
#### API Documentation
-<https://nodejs.org/api/>
-Points to the API documentation of the latest Current release.
-Version specific documentation are avalible in each release and nightly
-directory under _docs_ or at <https://nodejs.org/download/docs/>.
+Documentation for the latest Current release is at <https://nodejs.org/api/>.
+Version-specific documentation is available in each release directory in the
+_docs_ subdirectory. Version-specific documentation is also at
+<https://nodejs.org/download/docs/>.
### Verifying Binaries