Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner authored Feb 17, 2022
1 parent b60bb05 commit 1d9369c
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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;
...
}
```
<a name="Implementation"></a>
Expand Down

0 comments on commit 1d9369c

Please sign in to comment.