From 1189781ce080fb4e8ccf533649517f4b13bb8ddd Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 15 Nov 2022 14:08:06 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```