Skip to content

Commit

Permalink
Merge branch 'master' into patch_to_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
SerKnight committed Jan 27, 2021
2 parents 125e3a5 + 3980d20 commit 17f7bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ gem 'xero-ruby'

### Creating a Client
* Get the credential values from an API application at https://developer.xero.com/myapps/.
* Include [neccesary scopes](https://developer.xero.com/documentation/oauth2/scopes) as comma seperated list
* Include [neccesary scopes](https://developer.xero.com/documentation/oauth2/scopes) as a space-separated list
* example => "`openid profile email accounting.transactions accounting.settings`"
```
require 'xero-ruby'
Expand Down

0 comments on commit 17f7bef

Please sign in to comment.