From 95bbcf9944492091cb3f16c4325d279a0bad84b2 Mon Sep 17 00:00:00 2001 From: Swapnil Sarwe Date: Tue, 30 Mar 2021 21:28:05 +0530 Subject: [PATCH] updated README --- README.md | 4 ++-- UPGRADE.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 - + ```