★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/25a7bdece5Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
doc: streamline README intro
Shorten text that is duplicated from website and supply link.

PR-URL: #18483
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
Trott authored and MylesBorins committed Feb 21, 2018
1 parent 9c6bb5f commit 25a7bdece510fbd341902e6240d3be023ad91ef2
Showing with 3 additions and 5 deletions.
  1. +3 −5 README.md
@@ -7,10 +7,9 @@
<a title="CII Best Practices" href=/old?u=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fcommit%2F%26quot%3Bhttps%3A%2Fbestpractices.coreinfrastructure.org%2Fprojects%2F29%26quot%3B%26gt%3B%26lt%3Bimg&y=1999 src=/old?u=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fcommit%2F%26quot%3Bhttps%3A%2Fbestpractices.coreinfrastructure.org%2Fprojects%2F29%2Fbadge%26quot%3B%26gt%3B%26lt%3B%2Fa%26gt%3B%3C%2Fspan&y=1999>
</p>

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
uses an event-driven, non-blocking I/O model that makes it lightweight and
efficient. The Node.js package ecosystem, [npm][], is the largest ecosystem of
open source libraries in the world.
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. For
more information on using Node.js, see the
[Node.js Website][].

The Node.js project is supported by the
[Node.js Foundation](https://nodejs.org/en/foundation/). Contributions,
@@ -593,7 +592,6 @@ Previous releases may also have been signed with one of the following GPG keys:
* [Contributing to the project][]
* [Working Groups][]

[npm]: https://www.npmjs.com
[Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md
[Contributing to the project]: CONTRIBUTING.md
[Node.js Help]: https://github.com/nodejs/help

0 comments on commit 25a7bde

Please sign in to comment.