Skip to content

Commit

Permalink
[#197] fix documentation code block
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Nov 22, 2024
1 parent 6828b30 commit 6bc2633
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/installation/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6bc2633

Please sign in to comment.