Skip to content

Commit dab4980

Browse files
committed
fixing doc typo & update the readthedoc link (#79)
1 parent a793599 commit dab4980

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pip install binance-connector
2121

2222
## Documentation
2323

24-
[https://binance-connector.readthedocs.io/en/latest/](https://binance-connector.readthedocs.io/en/latest/)
24+
[https://binance-connector.readthedocs.io](https://binance-connector.readthedocs.io)
2525

2626
## RESTful APIs
2727

docs/source/CHANGELOG.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ Unreleased
99
------------------
1010
* New Fiat endpoints
1111

12-
** `GET /sapi/v1/fiat/orders` to query user fiat deposit and withdraw history
13-
** `GET /sapi/v1/fiat/payments` to query user fiat payments history
12+
* ``GET /sapi/v1/fiat/orders`` to query user fiat deposit and withdraw history
13+
* ``GET /sapi/v1/fiat/payments`` to query user fiat payments history
1414

1515
* Fixed
16-
* Typo in `margin_max_transferable`
16+
17+
* Typo in ``margin_max_transferable``
1718

1819
1.3.0 - 2021-07-22
1920
------------------

0 commit comments

Comments
 (0)