From d0d7a098f21b69f57ccfa6fcd1925384451f3d6b Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Mon, 25 May 2020 18:24:03 +0300 Subject: [PATCH] docs(README): update speed description PR #2576 --- packages/pnpm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pnpm/README.md b/packages/pnpm/README.md index d8aff74b66..4dfdffead0 100644 --- a/packages/pnpm/README.md +++ b/packages/pnpm/README.md @@ -14,7 +14,7 @@ Features: -* **Fast.** As fast as npm and Yarn. +* **Fast.** Up to 2x faster than the alternatives (see [benchmarks](https://github.com/pnpm/benchmarks-of-javascript-package-managers)). * **Efficient.** Files inside `node_modules` are linked from a single content-addressable storage. * **[Great for monorepos](https://pnpm.js.org/en/workspaces).** * **Strict.** A package can access only dependencies that are specified in its `package.json`.