summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorСковорода Никита Андреевич <chalkerx@gmail.com>2016-09-20 07:54:35 +0300
committerJames M Snell <jasnell@gmail.com>2016-09-27 06:31:12 -0700
commitfcf7696bc1b64c61a6263d1f13f2af8501dbd207 (patch)
treeced1fda874e01c52ca69404f0bb98b579dd7600a /BUILDING.md
parente5f5f3aa734482508330f2121ccdfbdc65465ea7 (diff)
downloadnode-new-fcf7696bc1b64c61a6263d1f13f2af8501dbd207.tar.gz
doc: enable first-heading-level remark-lint rule
This makes sure that the first heading in all markdown files is h1. Only three files needed to be changed to conform: 1. BUILDING.md 2. CODE_OF_CONDUCT.md 3. doc/onboarding-extras.md Also, .remarkrc is updated to include the `first-heading-level: 1` rule in order to catch similar issues in the future. PR-URL: https://github.com/nodejs/node/pull/8716 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 16663d60ac..3ffb2b51b2 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -1,4 +1,4 @@
-## Building Node.js
+# Building Node.js
Depending on what platform or features you require, the build process may
differ slightly. After you've successfully built a binary, running the