diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0e5c18..6832b23 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ To get a local version working of DevDojo Auth. - Create a new Laravel application - Create a new folder at the root called `packages` -- Inisde the packages folder will be `devdojo/auth` where auth will be the contents of this repo +- Inside the packages folder will be `devdojo/auth` where auth will be the contents of this repo - Update your composer.json to include `devdojo/auth` inside the `repositories` key, and include the package inside the `require` key. > You'll also need to set the stability to `dev` in the composer.json diff --git a/config/devdojo/auth/providers.php b/config/devdojo/auth/providers.php index fbf6859..bb5ba1c 100644 --- a/config/devdojo/auth/providers.php +++ b/config/devdojo/auth/providers.php @@ -23,7 +23,7 @@ 'client_id' => env('TWITTER_CLIENT_ID'), 'client_secret' => env('TWITTER_CLIENT_SECRET'), ], - 'linkedin' => [ + 'linkedin-openid' => [ 'name' => 'LinkedIn', 'scopes' => null, 'parameters' => null,