diff --git a/README.md b/README.md index 94a9719d..36f0786f 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,20 @@ For a full list of available icons see [the SVG directory](resources/svg) or pre ## Installation -### For Phosphor Icons v1 +#### For Phosphor Icons v1 ```bash composer require codeat3/blade-phosphor-icons:^1.0 ``` -### For Phosphor Icons v2 +#### For Phosphor Icons v2 ```bash composer require codeat3/blade-phosphor-icons:^2.0 ``` +### Caching Icons + +Caching icons will significantly improve performance in production. Make sure your deployment script runs [`php artisan optimize`](https://laravel.com/docs/deployment#optimization), or `php artisan icons:cache` if you only want to cache Blade icons. + ## Updating Please refer to [`the upgrade guide`](UPGRADE.md) when updating the library.