Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

docs: Tweak number of npm packages available #340

Merged
merged 2 commits into from
Oct 14, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/documentation/0001-node-introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In Node.js the new ECMAScript standards can be used without problems, as you don

## A Vast Number of Libraries

npm with its simple structure helped the ecosystem of node.js proliferate, and now the npm registry hosts almost 500,000 open source packages you can freely use.
npm with its simple structure helped the ecosystem of node.js proliferate, and now the npm registry hosts over 1,000,000 open source packages you can freely use.

## An Example Node.js Application

Expand Down