Skip to content

Commit

Permalink
Merge pull request #480 from happytodev/patch-1
Browse files Browse the repository at this point in the history
Fix a very little typo
  • Loading branch information
awcodes authored May 8, 2024
2 parents 49b9375 + 1b44d8d commit 2c6e695
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 @@ -85,7 +85,7 @@ php artisan vendor:publish --tag="curator-config"

### With Filament Panels

If you are using Filament Panels you will need to add the Plugin to you Panel's configuration. This will register the plugin's resources with the Panel. All methods are optional, and will be read from the config file if not provided.
If you are using Filament Panels you will need to add the Plugin to your Panel's configuration. This will register the plugin's resources with the Panel. All methods are optional, and will be read from the config file if not provided.

```php
public function panel(Panel $panel): Panel
Expand Down

0 comments on commit 2c6e695

Please sign in to comment.