From 26cc3e2c9c19bebcb0857624df73bb1047331ae9 Mon Sep 17 00:00:00 2001 From: yaegassy Date: Fri, 16 Apr 2021 22:49:59 +0900 Subject: [PATCH] fix typo readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3c1b3a..6d89a75 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ A Python 3.6+ server implementation of the [JSON RPC 2.0](http://www.jsonrpc.org ## Installation - pip install -U python-jsonrpc-server + pip install -U python-lsp-jsonrpc ## Examples The examples directory contains two examples of running language servers over websockets. `examples/langserver.py` shows how to run a language server in-memory. `examples/langserver_ext.py` shows how to run a subprocess language server, in this case the Python LSP Server. -Start by installing `tornado` and `python-language-server` +Start by installing `tornado` and `python-lsp-server` pip install python-lsp-server[all] tornado