From 5c01969969799cded1e488c3dd2cb30a2f2a800c Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 5 Apr 2022 07:13:09 +0200 Subject: [PATCH] Fix messed up doc rendering --- docs/deprecated.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index ab0855068..76a3ea68c 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -68,9 +68,9 @@ We will keep a compatibility layer for 1-2 versions (so both `buy_tag` and `ente Webhook terminology changed from "sell" to "exit", and from "buy" to "entry". - * `webhookbuy` -> `webhookentry` - * `webhookbuyfill` -> `webhookentryfill` - * `webhookbuycancel` -> `webhookentrycancel` - * `webhooksell` -> `webhookexit` - * `webhooksellfill` -> `webhookexitfill` - * `webhooksellcancel` -> `webhookexitcancel` +* `webhookbuy` -> `webhookentry` +* `webhookbuyfill` -> `webhookentryfill` +* `webhookbuycancel` -> `webhookentrycancel` +* `webhooksell` -> `webhookexit` +* `webhooksellfill` -> `webhookexitfill` +* `webhooksellcancel` -> `webhookexitcancel`