Fix messed up doc rendering

This commit is contained in:
Matthias 2022-04-05 06:47:55 +02:00
parent d3e6fa19d5
commit 31bdaedc33
1 changed files with 4 additions and 3 deletions

View File

@ -67,6 +67,7 @@ We will keep a compatibility layer for 1-2 versions (so both `buy_tag` and `ente
#### Naming changes #### Naming changes
Webhook terminology changed from "sell" to "exit", and from "buy" to "entry". Webhook terminology changed from "sell" to "exit", and from "buy" to "entry".
* `webhookbuy` -> `webhookentry` * `webhookbuy` -> `webhookentry`
* `webhookbuyfill` -> `webhookentryfill` * `webhookbuyfill` -> `webhookentryfill`
* `webhookbuycancel` -> `webhookentrycancel` * `webhookbuycancel` -> `webhookentrycancel`