diff --git a/README.md b/README.md index f7756ef..18e26e3 100644 --- a/README.md +++ b/README.md @@ -14,31 +14,18 @@ You can install the package via composer: composer require codewithdennis/filament-simple-alert ``` -Make sure you add the following to your `tailwind.config.js` file. +Make sure you add the following to your `tailwind.config.js file. -```php +```bash './vendor/codewithdennis/filament-simple-alert/resources/**/*.blade.php', ``` ## Usage -The -alerts -can -be -used in your`infolists` -or`forms`, make -sure -you -pick -the -right -component. - - ```php +The alerts can be used in your `infolists` or `forms`, make sure you pick the right component. +```php use CodeWithDennis\SimpleAlert\Components\Infolists\SimpleAlert; - ``` ```php