diff --git a/guide/english/nodejs/npm/index.md b/guide/english/nodejs/npm/index.md index 3c22e055a3..263cdb1627 100644 --- a/guide/english/nodejs/npm/index.md +++ b/guide/english/nodejs/npm/index.md @@ -288,7 +288,7 @@ $ npm cache clean ## Yarn - an alternative to npm -Yarn is also a JavaScript package manager developed and maintained by Facebook. Both share high level similarities when it come to using them. It is supposedly to be faster in installing dependencies than npm. To install it: +Yarn is also a JavaScript package manager developed and maintained by Facebook. Both share high level similarities when it come to using them. It may run faster than npm, but other key features (such as having a lockfile) are now present in npm as of version 5. To install it: ```shell npm install -g yarn