Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
reddec committed Oct 16, 2019
2 parents 210f72f + 0a4d7fd commit 11c10ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CRIX.io official client
![PyPI - License](https://img.shields.io/pypi/l/crix.svg)
![PyPI](https://img.shields.io/pypi/v/crix.svg)
[![PyPI](https://img.shields.io/pypi/v/crix.svg)](https://pypi.org/project/crix/)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/crix.svg)
[![Documentation Status](https://readthedocs.org/projects/crix/badge/?version=latest)](https://crix.readthedocs.io/en/latest/?badge=latest)

Expand Down Expand Up @@ -68,4 +68,4 @@ new_order = NewOrder.market('BTC_BCH', is_buy=True, quantity=0.1) # or use NewOr
# place order
order = client.create_order(new_order)
print(order)
```
```

0 comments on commit 11c10ab

Please sign in to comment.