Skip to content

Commit 53c7d6e

Browse files
committed
Typo in README
wrong default value for Access Token in config.json description.
1 parent a9011c5 commit 53c7d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ In a text editor, create a file called config.json (examples are below) Refer t
9595
* ApiEndpointPath: path for API Calls *default is /api.xro/2.0/*
9696
* RequestTokenPath: path for Request Token *default it /oauth/RequestToken*
9797
* AuthenticateUrl: path for redirect to authorize *default is /oauth/RequestToken*
98-
* AccessTokenPath: path for Access Token *default is https://api.xero.com/oauth/Authorize*
98+
* AccessTokenPath: path for Access Token *default it /oauth/AccessToken*
9999
* KeyStorePath: Path to your cacerts is typically inside your $JAVA_HOME/jre/lib/security/cacerts
100100
* KeyStorePassword: your password
101101

0 commit comments

Comments
 (0)