Skip to content

Commit a5e49b2

Browse files
Better text format
1 parent 7bd50f5 commit a5e49b2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/sova/development-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ python3.13 main.py
6363
```
6464

6565
{: .note }
66-
Replace python3.13 with python if you're on Windows
66+
Replace `python3.13` with `python` if you're on Windows
6767

6868
### 8. Configure the Backend
6969

@@ -84,7 +84,7 @@ python3.13 main.py
8484
```
8585

8686
{: .note }
87-
Replace python3.13 with python if you're on Windows
87+
Replace `python3.13` with `python` if you're on Windows
8888

8989
{: .note }
9090
You can also run in development mode/debug mode using `--dev` in the command

docs/sova/ssl-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ python3.13 self_ssl.py
1919
```
2020

2121
{: .note }
22-
Replace python3.13 with python if you're on Windows
22+
Replace `python3.13` with `python` if you're on Windows
2323

2424
{: .warning }
2525
Self-signed certificates will only work with the frontend hosted by the backend itself and should not be used in production.

0 commit comments

Comments
 (0)