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 /actionview | |
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 'actionview')
-rw-r--r-- | actionview/app/assets/javascripts/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/app/assets/javascripts/README.md b/actionview/app/assets/javascripts/README.md index aa167004b6..c9282ba76f 100644 --- a/actionview/app/assets/javascripts/README.md +++ b/actionview/app/assets/javascripts/README.md @@ -15,7 +15,7 @@ Note that the `data` attributes this library adds are a feature of HTML5. If you ## Installation -### NPM +### npm npm install @rails/ujs --save |