You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a centered logo to the README to make it a little more festive. As
centering is not possible in pure Markdown, a bit of HTML is used.
PR-URL: #12148
Ref: #6920
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Copy file name to clipboardexpand all lines: README.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
-
# Node.js
2
-
3
-
[](https://gitter.im/nodejs/node?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](https://bestpractices.coreinfrastructure.org/projects/29)
<atitle="CII Best Practices"href="https://bestpractices.coreinfrastructure.org/projects/29"><imgsrc="https://bestpractices.coreinfrastructure.org/projects/29/badge"></a>
7
+
</p>
4
8
5
9
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
6
10
uses an event-driven, non-blocking I/O model that makes it lightweight and
0 commit comments