X Tutup
The Wayback Machine - https://web.archive.org/web/20211201145707/https://github.com/nodejs/node/commit/3a6e40530c
Skip to content
Permalink
Browse files
doc: use sentence case in README.md headers
PR-URL: #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>
  • Loading branch information
marsonya authored and targos committed May 1, 2021
1 parent ec5d7b1 commit 3a6e40530c8023489294beddb853dc9a70b03936
Showing with 7 additions and 7 deletions.
  1. +7 −7 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

0 comments on commit 3a6e405

Please sign in to comment.
X Tutup