From f878e939a2f703fc2896cd408dad96523ab6e1ef Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Sun, 13 Oct 2019 15:00:31 +0200 Subject: [PATCH] docs: Tweak number of npm packages available --- src/documentation/0001-node-introduction/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation/0001-node-introduction/index.md b/src/documentation/0001-node-introduction/index.md index 31c74a8a6e..389ac78d4f 100644 --- a/src/documentation/0001-node-introduction/index.md +++ b/src/documentation/0001-node-introduction/index.md @@ -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