diff options
author | Xavier Noria <fxn@hashref.com> | 2019-05-12 11:59:14 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2019-05-12 12:00:03 +0200 |
commit | 65f9e0c4bbc56f208cb6b2329d890c6d9935da1d (patch) | |
tree | 4878acf31457eb8163fbee0d200dd166fc3bba52 /guides/source | |
parent | b1c917ee2fdaa452aeb52904db0d254d85285380 (diff) | |
download | rails-65f9e0c4bbc56f208cb6b2329d890c6d9935da1d.tar.gz rails-65f9e0c4bbc56f208cb6b2329d890c6d9935da1d.tar.bz2 rails-65f9e0c4bbc56f208cb6b2329d890c6d9935da1d.zip |
NPM -> npm [ci skip]
According to https://www.npmjs.com/.
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/5_1_release_notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md index e885b1e42e..f870c4c47c 100644 --- a/guides/source/5_1_release_notes.md +++ b/guides/source/5_1_release_notes.md @@ -41,8 +41,8 @@ Major Features [Pull Request](https://github.com/rails/rails/pull/26836) Rails 5.1 allows managing JavaScript dependencies -from NPM via Yarn. This will make it easy to use libraries like React, VueJS -or any other library from NPM world. The Yarn support is integrated with +from npm via Yarn. This will make it easy to use libraries like React, VueJS +or any other library from npm world. The Yarn support is integrated with the asset pipeline so that all dependencies will work seamlessly with the Rails 5.1 app. |