From 5472684d4ba249f7b6b2e0312d81d0a6b29d58a0 Mon Sep 17 00:00:00 2001
From: Brandon <brandon@tendency.me>
Date: Thu, 18 Jan 2024 02:23:06 -0600
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Improve=20the=20README?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 258d6b8..3e245b2 100644
--- a/README.md
+++ b/README.md
@@ -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();