Skip to content

Commit 1c52ab5

Browse files
committed
fix stand-alone-button.js in document
1 parent 87999f4 commit 1c52ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ If you are going to use filemanager independently, meaning set the value of an i
156156
1. Import lfm.js(run `php artisan vendor:publish` if you need).
157157

158158
```html
159-
<script src="/vendor/laravel-filemanager/js/lfm.js"></script>
159+
<script src="/vendor/laravel-filemanager/js/stand-alone-button.js"></script>
160160
```
161161

162162
1. Init filemanager with type. (requires jQuery)

0 commit comments

Comments
 (0)