mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix messed up doc rendering
This commit is contained in:
parent
d3e6fa19d5
commit
31bdaedc33
|
@ -67,9 +67,10 @@ We will keep a compatibility layer for 1-2 versions (so both `buy_tag` and `ente
|
|||
#### Naming changes
|
||||
|
||||
Webhook terminology changed from "sell" to "exit", and from "buy" to "entry".
|
||||
*`webhookbuy` -> `webhookentry`
|
||||
|
||||
* `webhookbuy` -> `webhookentry`
|
||||
* `webhookbuyfill` -> `webhookentryfill`
|
||||
*`webhookbuycancel` -> `webhookentrycancel`
|
||||
* `webhookbuycancel` -> `webhookentrycancel`
|
||||
* `webhooksell` -> `webhookexit`
|
||||
*`webhooksellfill` -> `webhookexitfill`
|
||||
* `webhooksellfill` -> `webhookexitfill`
|
||||
* `webhooksellcancel` -> `webhookexitcancel`
|
||||
|
|
Loading…
Reference in New Issue
Block a user