From 8e88197d3feb036471faaab328f9c3429044e345 Mon Sep 17 00:00:00 2001 From: Matt Healy Date: Sun, 1 Mar 2020 16:03:13 +0800 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b64ea9a..a2b88fab 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ Django example at the end)*: ``` 5) Now the credentials may be used to authorize a Xero session. As OAuth2 - allows authentication for mulitple Xero Organisations, it is necessary to + allows authentication for multiple Xero Organisations, it is necessary to set the tenant_id against which the xero client's queries will run. ```python >>> from xero import Xero