diff --git a/docs/responsive-images/customizing-the-rendered-html.md b/docs/responsive-images/customizing-the-rendered-html.md index 703aa1835..acff3d1eb 100644 --- a/docs/responsive-images/customizing-the-rendered-html.md +++ b/docs/responsive-images/customizing-the-rendered-html.md @@ -6,7 +6,7 @@ weight: 3 Whenever you use a `$media` instance as output in a Blade view the medialibrary will generate a `img` tag with the necessary `src`, `srcset` and `alt` attributes. You can customize the rendered output by publishing the `views` with: ```bash -php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="views" +php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="media-library-views" ``` The following files will be published in the `resources/views/vendor/media-library` directory: