aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 64680445..0610c61e 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ installing & uninsalling LSP servers, it:
- provides configurations for servers that aren't supported by nvim-lspconfig (`eslint`)
- provides extra APIs for non-standard LSP functionalities, for example `_typescript.applyRenameFile`
-- has support for a variety of different install methods (e.g. [google/zx](https://github.com/google/zx))
+- has support for a variety of different install methods (e.g., [google/zx](https://github.com/google/zx))
- common install tasks are abstracted behind Lua APIs
- provides adapters that offer out-of-box integrations with other plugins
- managed versioning of installed servers (future)