Skip to content

Commit

Permalink
📝 Improve the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jan 18, 2024
1 parent 6c82a6a commit 5472684
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 @@ -104,7 +104,7 @@ In most cases, you can simply use the `@preloadFonts` Blade directive to handle
Alternatively to the Blade directive, you can access the `PreloadFonts` class directly using the `Webfonts` Facade:

```php
use Log1x\LaravelWebfonts\Webfonts;
use Log1x\LaravelWebfonts\Facades\Webfonts;

// Retrieve an array of compiled font paths.
$fonts = Webfonts::fonts();
Expand Down

0 comments on commit 5472684

Please sign in to comment.