Skip to content

Commit 82ca043

Browse files
authored
Update README.md
1 parent b4cfefe commit 82ca043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ I think it's well documented, I will let you check it.
111111

112112
# Custom provider
113113

114-
If you want to add you personalized avatar provider, Follow the below steps:
114+
If you want to add your personalized avatar provider, Follow the below steps:
115115
1. Create a PHP class that implements a function `get(Model $user): string` (you can check `\Devaslanphp\FilamentAvatar\Core\GravatarProvider`)
116116
2. Add a new provider to `config('filament-avatar.providers')`, with `class` parameter where you will put your custom class (you can check the configuration file to make the same)
117117
3. Update the `config('filament.default_avatar_provider')` with your provider name

0 commit comments

Comments
 (0)