8000 PR: Fix typos in readme (#4) · smacke/python-lsp-jsonrpc@8aee003 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8aee003

Browse files
authored
PR: Fix typos in readme (python-lsp#4)
1 parent 46f3864 commit 8aee003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ A Python 3.6+ server implementation of the [JSON RPC 2.0](http://www.jsonrpc.org
44

55
## Installation
66

7-
pip install -U python-jsonrpc-server
7+
pip install -U python-lsp-jsonrpc
88

99
## Examples
1010

1111
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.
1212

13-
Start by installing `tornado` and `python-language-server`
13+
Start by installing `tornado` and `python-lsp-server`
1414

1515
pip install python-lsp-server[all] tornado
1616

0 commit comments

Comments
 (0)
0