From 31bdaedc33ec61399e6ea8d60a1b67860b7a7537 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 5 Apr 2022 06:47:55 +0200 Subject: [PATCH] Fix messed up doc rendering --- docs/deprecated.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index 1a2b78e90..3ced2db5e 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -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`