Fix typo in readme

This commit is contained in:
Martin Wickham 2021-12-01 00:26:22 -06:00 committed by GitHub
parent aa96cd3871
commit 1b625653fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ If you would like to contribute project files for other development environments
## Setting up ZLS
Zig has a reasonably robust language server, which can provide autocomplete for VSCode and many other features. It can help significantly with exploring the std lib and suggesting parameter completions. To set it up, make sure you have an up-to-date master build of Zig (which you can [download here](https://ziglang.org/download/)), and then run the following commands:
Zig has a reasonably robust language server, which can provide autocomplete for VSCode and many other editors. It can help significantly with exploring the std lib and suggesting parameter completions. To set it up, make sure you have an up-to-date master build of Zig (which you can [download here](https://ziglang.org/download/)), and then run the following commands:
```
git clone --recurse-submodules https://github.com/zigtools/zls