From 4782df598f5b5a77a931cd84eca0d2988247c5a0 Mon Sep 17 00:00:00 2001 From: GSingh01 Date: Thu, 23 Apr 2020 21:50:21 -0700 Subject: [PATCH] Updates readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 900b9cd..bb00649 100644 --- a/readme.md +++ b/readme.md @@ -56,11 +56,11 @@ export default class Login extends React.PureComponent { render() { //apart from these props you can use any webview props - //for **secureStore**, you can pass expo's secure store or create your own wrapper, + //for *secureStore*, you can pass expo's secure store or create your own wrapper, //which implements deleteItemAsync(key), getItemAsync(key), setItemAsync(key, data) - //**scope is optional**,if provided will overwrite the default scope {appId offline_access} - //**Suggestion**: with custom scope, id and refresh tokens will not be returned, + //*scope is optional*,if provided will overwrite the default scope {appId offline_access} + //*Suggestion*: with custom scope, id and refresh tokens will not be returned, //so consider using format 'openid offline_access {your scope} ' return (