From 6f513e0b46bde53c885b404cce088548daad39d9 Mon Sep 17 00:00:00 2001 From: Oscar Morrison Date: Wed, 27 Jul 2016 08:39:18 -0400 Subject: [PATCH] doc: add npm link to README PR-URL: https://github.com/nodejs/node/pull/7894 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell Reviewed-By: Roman Reiss Reviewed-By: Luigi Pinca --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caf0d24d48cf08..39ae5bfe193cdd 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ 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. +efficient. The Node.js package ecosystem, [npm][], is the largest ecosystem of +open source libraries in the world. The Node.js project is supported by the [Node.js Foundation](https://nodejs.org/en/foundation/). Contributions, @@ -389,6 +389,7 @@ keys: * **Timothy J Fontaine** <tjfontaine@gmail.com> `7937DFD2AB06298B2293C3187D33FF9D0246406D` +[npm]: https://www.npmjs.com [Website]: https://nodejs.org/en/ [Contributing to the project]: CONTRIBUTING.md [Node.js Help]: https://github.com/nodejs/help