diff --git a/lib/lsp-devtools/README.md b/lib/lsp-devtools/README.md index 56edc7c..3f08810 100644 --- a/lib/lsp-devtools/README.md +++ b/lib/lsp-devtools/README.md @@ -7,7 +7,7 @@ While this is a Python package, it can be used with language servers written in Available commands: -- `agent`: Wraps a language server, allows the other commands to access the messages sent between client and server. +- `agent`: Wrap a language server allowing other commands to access the messages sent to and from the client - `client`: **Experimental** a language client with an embedded inspector. Powered by [textual](https://textual.textualize.io/) - `record`: Connects to an agent and record traffic to file, sqlite db or console. Supports filtering and formatting the output - `inspect`: A text user interface to visualise and inspect LSP traffic. Powered by [textual](https://textual.textualize.io/)