diff --git a/README.md b/README.md index 59399ae..dcec4ed 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,13 @@ And even use inline styles: If you want to use the raw SVG icons as assets, you can publish them using: ```bash -php artisan vendor:publish --tag=blade-si --force +php artisan vendor:publish --tag=blade-wi --force ``` Then use them in your views like: ```blade - + ``` ### Blade Icons diff --git a/UPGRADE.md b/UPGRADE.md index 2008606..165567b 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -13,11 +13,11 @@ If you're upgrading from the original Blade Icons package there's very little st If you were using the raw exported icons you'll need to re-publish them with: ```bash -php artisan vendor:publish --tag=blade-si --force +php artisan vendor:publish --tag=blade-wi --force ``` The new way to reference them is: ```blade - + ```