From 103880f5dfd225cb3bbc8a512f2006f4ad69b3c2 Mon Sep 17 00:00:00 2001 From: ayaznbd <42718656+ayaznbd@users.noreply.github.com> Date: Thu, 3 Oct 2019 22:40:22 +0530 Subject: [PATCH] Update.README.js Update document on node.js. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bc15d76e1d10c..0d834d406f788a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ />

+The API reference documentation provides detailed information about a function or object in Node.js. This documentation indicates what arguments a method accepts, the return value of that method, and what errors may be related to that method. It also indicates which methods are available for different versions of Node.js. +This documentation describes the built-in modules provided by Node.js. It does not document modules provided by the community. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. For more information on using Node.js, see the [Node.js Website][]. @@ -78,14 +80,14 @@ contains the latest Carbon (Node.js 8) release. #### Nightly Releases -Each directory name and filename contains a date (in UTC time) and the commit +Each directory name and filename contains a date (in UTC time) and commits SHA at the HEAD of the release. #### API Documentation Documentation for the latest Current release is at . Version-specific documentation is available in each release directory in the -_docs_ subdirectory. Version-specific documentation is also at +_docs_ subdirectory. Version-specific documentation is also at:- . ### Verifying Binaries