aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'activestorage/README.md')
-rw-r--r--activestorage/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/activestorage/README.md b/activestorage/README.md
index 4a683dd8cd..f658b8d542 100644
--- a/activestorage/README.md
+++ b/activestorage/README.md
@@ -118,8 +118,7 @@ Active Storage, with its included JavaScript library, supports uploading directl
```
Using the npm package:
```js
- import * as ActiveStorage from "@rails/activestorage"
- ActiveStorage.start()
+ require("@rails/activestorage").start()
```
2. Annotate file inputs with the direct upload URL.