Skip to content

Commit 0e9f1ae

Browse files
Center logo and header in README.Md so it looks nice
1 parent 1b070f9 commit 0e9f1ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
![icon](vscode/icon.png)
2-
3-
# Django Template LSP server
1+
<p align="center">
2+
<img src="https://raw.githubusercontent.com/django-template-lsp/vscode/logo.png" alt="Logo" width="128">
3+
</p>
4+
<h1 align="center">Django Template LSP server</h1>
45

56
The Django Template LSP server enhances your Django development
67
experience with powerful features for navigating and editing template files.
@@ -123,7 +124,7 @@ To use the Django template LSP with VSCode read the following [readme](vscode/RE
123124

124125
## Development
125126

126-
For local development, using [Helix](https://helix-editor.com) is the easiest approach.
127+
For local development, using [Helix](https://helix-editor.com) is the easiest approach.
127128
The configuration for using the source Django template language server, with logging enabled, is already set up.
128129

129130
To start the Helix editor with the environment activated and the correct workspace loaded, run:
@@ -157,4 +158,3 @@ require("lspconfig").djlsp.setup({
157158
cmd = { "/path/to/django-template-lsp/.venv/bin/djlsp", "--enable-log" },
158159
})
159160
```
160-

0 commit comments

Comments
 (0)