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`