From 1d9369c3d7ba775b1795b8510dfd04c6388949e4 Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Thu, 17 Feb 2022 04:44:43 -0700 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d88bbc2..da88c71 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ This is an MIT-licensed open source project with its ongoing development made possible by the support of the community. If you'd like to support this, and our other packages, please consider sponsoring us via the button above. +We thank the following sponsors for their generosity, please take a moment to check them out: + +- [LIX](https://lix-it.com) + ## Table of Contents - [Requirements](#Requirements) @@ -68,16 +72,16 @@ This is an MIT-licensed open source project with its ongoing development made po 3. Update the user model: -``` -use GeneaLabs\LaravelSocialiter\Traits\SocialCredentials; - -class User extends Authenticatable { - - use SocialCredentials; - - ... -} -``` + ``` + use GeneaLabs\LaravelSocialiter\Traits\SocialCredentials; + + class User extends Authenticatable { + + use SocialCredentials; + + ... + } + ```