Skip to content

Commit

Permalink
typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strongwazz committed Aug 29, 2013
1 parent a30fbf7 commit 8068100
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 @@ -69,7 +69,7 @@ $ php artisan config:publish artdarek/oauth-4-laravel
Add an alias to the bottom of app/config/app.php

```php
'OAuth' => 'Artdarek\OAuth\facade\OAuth',
'OAuth' => 'Artdarek\OAuth\Facade\OAuth',
```

and register this service provider at the bottom of the `$providers` array:
Expand Down

0 comments on commit 8068100

Please sign in to comment.