Skip to content

Commit

Permalink
Tiny typo fix in README.md (#235)
Browse files Browse the repository at this point in the history
This needs to be either "in particular" or "particularly"
  • Loading branch information
catgofire authored May 13, 2024
1 parent 9d3fbda commit ce60487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Please refer to [`the upgrade guide`](UPGRADE.md) when upgrading the library.

## Caching

When working with Blade Icons, and third party icon sets in particularly, you'll often be working with large icon sets. This can slow down your app tremendously, especially when making use of [Blade components](#components). To solve this issue, Blade Icons ships with caching support. To enable icon caching you can run the following command:
When working with Blade Icons, and third party icon sets in particular, you'll often be working with large icon sets. This can slow down your app tremendously, especially when making use of [Blade components](#components). To solve this issue, Blade Icons ships with caching support. To enable icon caching you can run the following command:

```blade
php artisan icons:cache
Expand Down

0 comments on commit ce60487

Please sign in to comment.