From 1b625653fdcbb0311d7323a93e17a1b9bbeb4e8d Mon Sep 17 00:00:00 2001 From: Martin Wickham Date: Wed, 1 Dec 2021 00:26:22 -0600 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a56e02..e9a1335 100644 --- a/README.md +++ b/README.md @@ -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