Skip to content

Commit 47537a2

Browse files
committed
Format uvx command in code block
Improves readability by placing the uvx command in a proper code block instead of inline code formatting. Changes: - Move uvx command to its own code block - Add introductory line before code block
1 parent 7809cf4 commit 47537a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ See the [Versioning](#versioning) section for details on how this project's vers
7373

7474
The Django Language Server can be installed using your preferred Python package manager or as a standalone binary.
7575

76-
To try the language server without installing, use `uvx --from django-language-server djls serve`.
76+
To try the language server without installing:
77+
78+
```bash
79+
uvx --from django-language-server djls serve
80+
```
7781

7882
### Install with a package manager (recommended)
7983

0 commit comments

Comments
 (0)