Skip to content

Commit

Permalink
Merge pull request #3 from redgluten/patch-1
Browse files Browse the repository at this point in the history
Restrict the publish command to this package
  • Loading branch information
adamwathan authored Sep 5, 2016
2 parents 35e7dfa + e54af00 commit 0002112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0002112

Please sign in to comment.