From 2fb398ef18be88b5826c8c2b24bd745a31582412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Ioni=C8=9B=C4=83?= Date: Tue, 31 Oct 2023 18:59:38 +0000 Subject: [PATCH] docs: update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 18947da..3f74948 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,17 @@ composer require andreiio/blade-iconoir Icons can be used a self-closing Blade components which will be compiled to SVG icons: ```blade - + ``` You can also pass classes to your icon components: ```blade - + ``` And even use inline styles: ```blade - + ``` ### Raw SVG Icons @@ -53,7 +53,7 @@ php artisan vendor:publish --tag=blade-iconoir --force Then use them in your views like: ```blade - + ``` ### Blade Icons