diff options
author | Javan Makhmali <javan@javan.us> | 2019-01-10 11:50:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-10 11:50:32 -0500 |
commit | 2163762c3cd7cb58223f882405ed3c6dcfb6a2cd (patch) | |
tree | 567546bda56ed0be9b3408ec10ead32adc62e43a /activestorage/README.md | |
parent | 9edc84cdfa8908a436901d85309cadf65d457d8f (diff) | |
parent | 86b489e3d6a9efbefbc62e8531d0f5850934d4e1 (diff) | |
download | rails-2163762c3cd7cb58223f882405ed3c6dcfb6a2cd.tar.gz rails-2163762c3cd7cb58223f882405ed3c6dcfb6a2cd.tar.bz2 rails-2163762c3cd7cb58223f882405ed3c6dcfb6a2cd.zip |
Merge pull request #34905 from javan/move-npm-packages-to-rails-scope
Move all npm packages to @rails scope
Diffstat (limited to 'activestorage/README.md')
-rw-r--r-- | activestorage/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/README.md b/activestorage/README.md index bd31f0ea58..4a683dd8cd 100644 --- a/activestorage/README.md +++ b/activestorage/README.md @@ -118,7 +118,7 @@ Active Storage, with its included JavaScript library, supports uploading directl ``` Using the npm package: ```js - import * as ActiveStorage from "activestorage" + import * as ActiveStorage from "@rails/activestorage" ActiveStorage.start() ``` 2. Annotate file inputs with the direct upload URL. |