diff --git a/README.md b/README.md index 6fa5059e..b755947a 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ In order to achieve this, you need to register the `ModulesPlugin` in your panel ```php // e.g. in App\Providers\Filament\AdminPanelProvider.php -use Filament\Plugin\ModulesPlugin; +use Coolsam\Modules\ModulesPlugin; public function panel(Panel $panel): Panel { return $panel