Skip to content

Commit d3dbb41

Browse files
committedAug 13, 2021
Update README
1 parent 0877412 commit d3dbb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Add a hidden input form element on your blade template. When the upload is finis
252252
E.g.:
253253

254254
```html
255-
<input type="hidden" name="image_url" id="image_url" />
255+
<input type="hidden" name="file" id="file" />
256256
```
257257

258258
### Add the `uppy` blade component to your blade view:

0 commit comments

Comments
 (0)
Please sign in to comment.