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:
authormarsonya <akhil.marsonya27@gmail.com>2021-03-07 01:01:36 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-03-13 11:51:23 +0300
commitb10349a246349fcffb60212d17bc6d765282a617 (patch)
treedee6a62d1942f7969066d77cfb5c9bba9df10c81 /README.md
parent837f29718fa3a8b2fa989539ecf680e13d87a8cd (diff)
doc: use sentence case in README.md headers
PR-URL: https://github.com/nodejs/node/pull/37645 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index d35a7525d45..7653ce96b4a 100644
--- a/README.md
+++ b/README.md
@@ -21,19 +21,19 @@ The Node.js project uses an [open governance model](./GOVERNANCE.md). The
# Table of contents
* [Support](#support)
-* [Release Types](#release-types)
+* [Release types](#release-types)
* [Download](#download)
- * [Current and LTS Releases](#current-and-lts-releases)
- * [Nightly Releases](#nightly-releases)
- * [API Documentation](#api-documentation)
- * [Verifying Binaries](#verifying-binaries)
+ * [Current and LTS releases](#current-and-lts-releases)
+ * [Nightly releases](#nightly-releases)
+ * [API documentation](#api-documentation)
+ * [Verifying binaries](#verifying-binaries)
* [Building Node.js](#building-nodejs)
* [Security](#security)
* [Contributing to Node.js](#contributing-to-nodejs)
-* [Current Project Team Members](#current-project-team-members)
+* [Current project team members](#current-project-team-members)
* [TSC (Technical Steering Committee)](#tsc-technical-steering-committee)
* [Collaborators](#collaborators)
- * [Release Keys](#release-keys)
+ * [Release keys](#release-keys)
* [License](#license)
## Support