diff --git a/README.md b/README.md index c96f2d6..33d3765 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ use Parfaitementweb\FilamentCountryField\Forms\Components\Country; Country::make('country') ``` -3. **Add the Country Column foeld in your Filament Resource.** +3. **Add the Country Column field in your Filament Resource.** ```php use Parfaitementweb\FilamentCountryField\Tables\CountryColumn;