Skip to content

Commit 444f358

Browse files
author
Evan Borgstrom
committed
Correct import name
1 parent d04c967 commit 444f358

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
@@ -7,7 +7,7 @@ Overview
77
--------
88

99
```python
10-
>>> from XeroPy import Xero, XeroException
10+
>>> from xero import Xero, XeroException
1111
>>> from datetime import datetime
1212
>>> xero = Xero(XERO_CONSUMER_KEY,
1313
XERO_CONSUMER_SECRET,

0 commit comments

Comments
 (0)