Changed Case of Oauth2 namespace to OAuth2 namespace

This commit is contained in:
Daniel Horrigan
2013-01-08 16:35:29 -05:00
parent 385111a1f2
commit c12472857b
14 changed files with 60 additions and 60 deletions

View File

@@ -9,7 +9,7 @@ The framework is provided as a Composer package which can be installed by adding
```javascript
{
"require": {
"lncd\Oauth2": "*"
"lncd\OAuth2": "*"
}
}
```