Skip to content

Commit

Permalink
Merge pull request #115 from mogest/patch-1
Browse files Browse the repository at this point in the history
Tiny README update to correct scopes documentation
  • Loading branch information
SerKnight authored Jan 27, 2021
2 parents 9f1ae20 + d97227e commit 3980d20
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 3980d20

Please sign in to comment.