Skip to content

Commit 6bc2633

Browse files
committed
[#197] fix documentation code block
1 parent 6828b30 commit 6bc2633

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/installation/migration.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ created. This dummy token will be removed after the command ran (be it successfu
1414

1515
An example of how one might want to run this command can be seen below:
1616

17-
```
18-
$ ACCESS_TOKEN="openklant-v1-token" ./src/manage.py migrate_to_v2 \
19-
https://example.openklant.nl \
20-
https://example.klantinteracties.nl
21-
```
17+
.. code-block:: bash
18+
19+
$ ACCESS_TOKEN="openklant-v1-token" ./src/manage.py migrate_to_v2 \
20+
https://example.openklant.nl \
21+
https://example.klantinteracties.nl

0 commit comments

Comments
 (0)