Skip to content

Commit 3ee5abb

Browse files
Updated readme
1 parent 4109fb8 commit 3ee5abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ angular.module('myApp', ['angular-oauth2'])
5656
}]);
5757
```
5858

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

6161
```js
6262
angular.module('myApp', ['angular-oauth2'])
@@ -109,7 +109,7 @@ OAuthProvider.configure({
109109

110110
#### OAuth
111111

112-
Update configuration defaults
112+
Update configuration defaults:
113113

114114
```js
115115
OAuth.configure({

0 commit comments

Comments
 (0)