Skip to content

Commit

Permalink
Merge pull request #107 from anteriovieira/patch-1
Browse files Browse the repository at this point in the history
Updated readme
  • Loading branch information
ruipenso authored Nov 8, 2016
2 parents 4109fb8 + 3ee5abb commit ee05e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ angular.module('myApp', ['angular-oauth2'])
}]);
```

You can also configure `OAuth` service in a `.run()`block, in case you retrieve the Oauth server configuration from a ajax request.
You can also configure `OAuth` service in a `.run()` block, in case you retrieve the Oauth server configuration from a ajax request.

```js
angular.module('myApp', ['angular-oauth2'])
Expand Down Expand Up @@ -109,7 +109,7 @@ OAuthProvider.configure({

#### OAuth

Update configuration defaults
Update configuration defaults:

```js
OAuth.configure({
Expand Down

0 comments on commit ee05e4b

Please sign in to comment.