From 5a2bc192d4728f7c26e2ded30a68a833df0aa6c1 Mon Sep 17 00:00:00 2001 From: nightshift2k <82537832+nightshift2k@users.noreply.github.com> Date: Wed, 7 Jul 2021 20:29:55 +0200 Subject: [PATCH] Update docs/includes/pairlists.md Co-authored-by: Matthias --- docs/includes/pairlists.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/includes/pairlists.md b/docs/includes/pairlists.md index 5b2e892e8..ecb6231ec 100644 --- a/docs/includes/pairlists.md +++ b/docs/includes/pairlists.md @@ -100,10 +100,12 @@ a larger pairlist on two bot instances. Example to remove the first 10 pairs from the pairlist: ```json -"pairlists": [{ +"pairlists": [ + { "method": "OffsetFilter", "offset": 10 -}], + } +], ``` !!! Warning