summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-11-11 16:12:09 +0100
committermokou <mokou@fastmail.com>2022-11-11 16:12:09 +0100
commit2e1630c712892f83cb1cc3adfb034f9e358e7a5e (patch)
treee0ad55b2a8869b18a43e451f6cffab6bd345a9b7 /README.md
parent4a60b7b2e33fd8e13ede0d755e0ca9885e245a2c (diff)
chore: style fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b619d6..4e0bbf0 100644
--- a/README.md
+++ b/README.md
@@ -126,7 +126,7 @@ After every couple of sections, there will be a quiz that'll test your knowledge
## Enabling `rust-analyzer`
-Run the command `rustlings lsp` which will generate a `rust-project.json` at the root of the project, this allows [rust-analyzer](https://rust-analyzer.github.io/) to parse each exercise.
+Run the command `rustlings lsp` which will generate a `rust-project.json` at the root of the project, this allows [rust-analyzer](https://rust-analyzer.github.io/) to parse each exercise.
## Continuing On