-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add npm link to Readme, general cleanup #7769
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Node.js | |
|
||
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 | ||
efficient. The Node.js package ecosystem [npm](https://github.com/npm/npm), is the largest ecosystem of open | ||
source libraries in the world. | ||
|
||
The Node.js project is supported by the | ||
|
@@ -19,8 +19,8 @@ If you need help using or installing Node.js, please use the | |
|
||
## Resources for Newcomers | ||
|
||
* [Website](https://nodejs.org/en/) | ||
* [Contributing to the project](./CONTRIBUTING.md) | ||
* Website: [nodejs.org](https://nodejs.org/en/) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know this wasn't part of this PR, but does anyone know why we are sending everyone to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ref: #6681, /cc @Fishrock123. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No reason, it was a copy-paste of what the default is. This should be fixed. |
||
* Project Contributing: [CONTRIBUTING.md](./CONTRIBUTING.md) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am not a native English speaker, but «Project Contributing» does sound a little suspicious to me. |
||
* IRC (general questions): [#node.js on chat.freenode.net](https://webchat.freenode.net?channels=node.js&uio=d4) | ||
* IRC (node core development): [#node-dev on chat.freenode.net](https://webchat.freenode.net?channels=node-dev&uio=d4) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Long line.