diff --git a/readme.md b/readme.md index 9486da6..3410a19 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ return [ Publish the Blade SVG config file: ``` -php artisan vendor:publish +php artisan vendor:publish --provider="BladeSvg\BladeSvgServiceProvider" ``` If you want to use the sprite sheet instead of rendering every icon inline, make sure you render the hidden sprite sheet somewhere at the end of any layouts that are going to use icons using the `svg_spritesheet()` helper: