From 514558796b863543ca0161dc89aa5933208d47a2 Mon Sep 17 00:00:00 2001 From: "Jakub Werner (jakubikan)" Date: Wed, 25 Sep 2024 21:21:56 +0200 Subject: [PATCH] double quotes --- docs/includes/pairlists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/includes/pairlists.md b/docs/includes/pairlists.md index fe6a11bc1..4a797930b 100644 --- a/docs/includes/pairlists.md +++ b/docs/includes/pairlists.md @@ -361,7 +361,7 @@ The optional `bearer_token` will be included in the requests Authorization Heade "number_assets": 20, "max_rank": 50, "refresh_period": 86400, - "categories": ['layer-1'] + "categories": ["layer-1"] } ] ```