Skip to content

Commit 14e9bff

Browse files
consistent slashes
1 parent 94216fa commit 14e9bff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ All feature requests should ideally start out as a discussion topic, to gather f
139139
The project is written in Rust using PyO3 for Python integration. Here is a high-level overview of the project and the various crates:
140140

141141
- Main CLI interface ([`crates/djls/`](./crates/djls/))
142-
- Django and Python project introspection ([`crates/djls-project`](./crates/djls-project/))
142+
- Django and Python project introspection ([`crates/djls-project/`](./crates/djls-project/))
143143
- LSP server implementation ([`crates/djls-server/`](./crates/djls-server/))
144144
- Template parsing ([`crates/djls-template-ast/`](./crates/djls-template-ast/))
145-
- Tokio-based background task management ([`crates/djls-worker`](./crates/djls-worker/))
145+
- Tokio-based background task management ([`crates/djls-worker/`](./crates/djls-worker/))
146146

147147
Code contributions are welcome from developers of all backgrounds. Rust expertise is especially valuable for the LSP server and core components.
148148

0 commit comments

Comments
 (0)