From 3ee5abbda423f15fc077d6a01d6a129b0f03ab07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=A9rio=20Vieira?= Date: Tue, 8 Nov 2016 14:56:09 -0200 Subject: [PATCH] Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef99b09..758e055 100644 --- a/README.md +++ b/README.md @@ -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']) @@ -109,7 +109,7 @@ OAuthProvider.configure({ #### OAuth -Update configuration defaults +Update configuration defaults: ```js OAuth.configure({