From 6d75850399ac0f1129a78413e2ad39620da2c9b2 Mon Sep 17 00:00:00 2001
From: Rufai Omowunmi Balogun <rbalogun@eurac.edu>
Date: Thu, 26 Oct 2023 18:22:59 +0200
Subject: [PATCH] update donwloader docs

---
 docs/source/guide/downloader.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/guide/downloader.rst b/docs/source/guide/downloader.rst
index e5301dc..1f86f9a 100644
--- a/docs/source/guide/downloader.rst
+++ b/docs/source/guide/downloader.rst
@@ -21,7 +21,7 @@ This provides all the neccesary functionalities and backends for accessing the C
 Next to this, create a configuration file (JSON file) that contains all the data specification for 
 the data you would like to request, example:
 
-.. code-block:: JSON 
+.. code-block:: json-object 
     {
         "product_type": "reanalysis", 
         "variable": [
-- 
GitLab