From 56430a7bd9ea491ee67022de8d8e9df64018873d Mon Sep 17 00:00:00 2001 From: wychoong <67364036+wychoong@users.noreply.github.com> Date: Sun, 5 Jun 2022 01:27:13 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74d608d..98b58ff 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ return [ ### Render hooks Make use of Filament's render hook to register additional content without publishing views. - +Example with [Filament-Socialite](https://github.com/DutchCodingCompany/filament-socialite) ```php ## in Service Provider file public function boot()