Skip to content

Commit 4763f88

Browse files
authored
Merge pull request #237 from TheFrostyboss/patch-1
README.md
2 parents 15a1928 + 47b216c commit 4763f88

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
@@ -174,7 +174,7 @@ auth_client.cancel_order("d50ec984-77a8-460a-b958-66f114b0de9b")
174174
```
175175
- [cancel_all](https://docs.gdax.com/#cancel-all)
176176
```python
177-
auth_client.cancel_all(product='BTC-USD')
177+
auth_client.cancel_all(product_id='BTC-USD')
178178
```
179179

180180
- [get_orders](https://docs.gdax.com/#list-orders) (paginated)

0 commit comments

Comments
 (0)