diff --git a/README.md b/README.md index ab6eca5..854b679 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ Example language server to demonstrate the language server protocol. To install all needed dependencies and adding a link that can be found inside `$PATH`, please run: -``` bash +```bash npm install npm link ``` To run the server use: -``` bash +```bash lsp-server --stdio ```