Skip to content

Commit 5fee113

Browse files
committed
change GDAX to gdax in setup.py and correct spelling in README.md because of recent pep8 refactor
1 parent 22568c7 commit 5fee113

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ auth_client.get_order("d50ec984-77a8-460a-b958-66f114b0de9b")
195195
```python
196196
auth_client.get_fills()
197197
# Get fills for a specific order
198-
auth_client.get_fills(orderId="d50ec984-77a8-460a-b958-66f114b0de9b")
198+
auth_client.get_fills(order_id="d50ec984-77a8-460a-b958-66f114b0de9b")
199199
# Get fills for a specific product
200-
auth_client.get_fills(productId="ETH-BTC")
200+
auth_client.get_fills(product_id="ETH-BTC")
201201
```
202202

203203
- [deposit & withdraw](https://docs.gdax.com/#depositwithdraw)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
]
1111

1212
setup(
13-
name='GDAX',
13+
name='gdax',
1414
version='0.3.1',
1515
author='Daniel Paquin',
1616
author_email='dpaq34@gmail.com',

0 commit comments

Comments
 (0)