From 6bc2633c00b7c8222cf9bd33b3ae958cddf160aa Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Fri, 22 Nov 2024 11:29:58 +0100 Subject: [PATCH] [#197] fix documentation code block --- docs/installation/migration.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/installation/migration.rst b/docs/installation/migration.rst index bac7df80..24f7235c 100644 --- a/docs/installation/migration.rst +++ b/docs/installation/migration.rst @@ -14,8 +14,8 @@ created. This dummy token will be removed after the command ran (be it successfu An example of how one might want to run this command can be seen below: -``` -$ ACCESS_TOKEN="openklant-v1-token" ./src/manage.py migrate_to_v2 \ - https://example.openklant.nl \ - https://example.klantinteracties.nl -``` + .. code-block:: bash + + $ ACCESS_TOKEN="openklant-v1-token" ./src/manage.py migrate_to_v2 \ + https://example.openklant.nl \ + https://example.klantinteracties.nl