From 91ad824f1cb455dd08ca9801a4fa74e6fc59b3a2 Mon Sep 17 00:00:00 2001 From: Pierre du Plessis Date: Mon, 6 May 2024 18:19:28 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;