Skip to content

Commit 79a5371

Browse files
fix url
1 parent e5adc10 commit 79a5371

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ A language server for the Django web framework.
2525

2626
- [x] **Completions** - Template tag autocompletion with snippets
2727
![Completions](./docs/assets/autocomplete.png)
28+
2829
- [x] **Diagnostics** - Real-time error checking and validation
29-
![Diagnostics](./docs/assets/diagnostics.png.png)
30+
![Diagnostics](./docs/assets/diagnostics.png)
31+
3032
- [ ] **Go to definition** - Jump to template, block, or variable definitions
3133
- [ ] **Find references** - See where templates and blocks are used
3234
- [ ] **Hover** - View documentation and type info on hover

0 commit comments

Comments
 (0)