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:
authorestrada9166 <estrada9166@hotmail.com>2018-02-12 10:31:55 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2018-02-23 19:26:29 +0300
commita29089d7c866955616c0e363843017e9b9b2a736 (patch)
tree28bb543eea1a6bd814da31d854daa8680fdc5a90 /README.md
parent3a191229418dcc0e21956847993b1702c88a923b (diff)
doc: add new documentation lint rule
Add 80 characters limit to docs. Change docs to fit 80 characters per row. PR-URL: https://github.com/nodejs/node/pull/18726 Fixes: https://github.com/nodejs/node/issues/18703 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9dda47e821f..aef172b3f24 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
<p align="center">
<a href="https://nodejs.org/">
- <img alt="Node.js" src="https://nodejs.org/static/images/logo-light.svg" width="400"/>
+ <img
+ alt="Node.js"
+ src="https://nodejs.org/static/images/logo-light.svg"
+ width="400"
+ />
</a>
</p>