From c9155701abaeb744db14f619f2e1e85a4a5d0201 Mon Sep 17 00:00:00 2001 From: CodeWithDennis <23448484+CodeWithDennis@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:01:57 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4991cf..e46e92d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ composer require codewithdennis/filament-theme-inspector ## Usage -Add the following plugin to your plugins method on your page or form. +Add the following plugin to your plugins method on your panel. ```php use CodeWithDennis\FilamentThemeInspector\FilamentThemeInspectorPlugin;