Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 29, 2016
1 parent 196c8f4 commit c16e104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To get started with Laravel Tinker, simply run:

composer require laravel/tinker

Next, register the `Laravel\Socialite\SocialiteServiceProvider` in your `config/app.php` file:
Next, register the `Laravel\Tinker\TinkerServiceProvider` in your `config/app.php` file:

```php
'providers' => [
Expand Down

0 comments on commit c16e104

Please sign in to comment.