diff --git a/README.md b/README.md index a2ac77b..78f62a3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Obtain your app ID and secret from [www.steein.ru](https://www.steein.ru/develop This assumes that you have composer installed globally: ``` -composer require jennifer/steein-auth2-laravel +composer require jennifer/steein-oauth2-laravel ``` ## 2. Service Provider diff --git a/composer.json b/composer.json index 55cd293..9862236 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "jennifer/steein-auth2-laravel", + "name": "jennifer/steein-oauth2-laravel", "description": "Steein OAuth2 Provider for Laravel Socialite", "keywords": ["steein", "authorization", "login", "auth", "socialite"], "license": "MIT",