Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nullx27 authored Aug 31, 2016
1 parent 0fb7496 commit 5929b0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use Socialite;
class AuthController extends Controller
{
/**
* Redirect the user to the GitHub authentication page.
* Redirect the user to the Eve Online authentication page.
*
* @return Response
*/
Expand All @@ -46,7 +46,7 @@ class AuthController extends Controller
}
/**
* Obtain the user information from GitHub.
* Obtain the user information from Eve Online.
*
* @return Response
*/
Expand All @@ -71,4 +71,4 @@ $expiresIn = $user->expiresIn;
$user->getId();
$user->getName();
$user->getAvatar();
```
```

0 comments on commit 5929b0b

Please sign in to comment.