From 2ad49b5a024914f2e8be43d79ee143c8ffab3c76 Mon Sep 17 00:00:00 2001 From: CJMAXiK Date: Thu, 3 Dec 2020 16:55:30 +0300 Subject: [PATCH] Fix README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8aa41fc..1eb6693 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Steam authentication for Laravel 5 -[![Code Climate](https://codeclimate.com/github/invisnik/laravel-steam-auth/badges/gpa.svg)](https://codeclimate.com/github/invisnik/laravel-steam-auth) -[![Latest Stable Version](https://img.shields.io/packagist/v/invisnik/laravel-steam-auth.svg)](https://packagist.org/packages/invisnik/laravel-steam-auth) -[![Total Downloads](https://img.shields.io/packagist/dt/invisnik/laravel-steam-auth.svg)](https://packagist.org/packages/invisnik/laravel-steam-auth) -[![License](https://img.shields.io/github/license/invisnik/laravel-steam-auth.svg)](https://packagist.org/packages/invisnik/laravel-steam-auth) +[![Code Climate](https://codeclimate.com/github/TruckersMP/laravel-steam-auth/badges/gpa.svg)](https://codeclimate.com/github/TruckersMP/laravel-steam-auth) +[![Latest Stable Version](https://img.shields.io/packagist/v/TruckersMP/laravel-steam-auth.svg)](https://packagist.org/packages/TruckersMP/laravel-steam-auth) +[![Total Downloads](https://img.shields.io/packagist/dt/TruckersMP/laravel-steam-auth.svg)](https://packagist.org/packages/TruckersMP/laravel-steam-auth) +[![License](https://img.shields.io/github/license/TruckersMP/laravel-steam-auth.svg)](https://packagist.org/packages/TruckersMP/laravel-steam-auth) This package is a Laravel 5 service provider which provides support for Steam OpenID and is very easy to integrate with any project that requires Steam authentication. @@ -10,7 +10,7 @@ This package is a Laravel 5 service provider which provides support for Steam Op Add this to your `composer.json` file, in the require object: ```javascript -"invisnik/laravel-steam-auth": "3.*" +"TruckersMP/laravel-steam-auth": "3.*" ``` After that, run `composer install` to install the package.