Skip to content

Commit 5a19c2d

Browse files
authored
More pre-release clenup for PyPI
1 parent d173b69 commit 5a19c2d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

py_src/jupyter_lsp/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# jupyter-lsp
22

3-
> a Multi-[Language Server][language-server] WebSocket proxy for your Jupyter
4-
> `notebook` or `lab` server. For Python 3.5+.
3+
Multi-[Language Server][language-server] WebSocket proxy for your Jupyter
4+
`notebook` or `lab` server. For Python 3.5+.
55

66
See the parent of this repository, [jupyterlab-lsp](../../README.md) for the
77
reference client implementation for [JupyterLab][].
88

99
## Installing language servers
1010

1111
`jupyter-lsp` does not come with any Language Servers! However, we will try to use
12-
them if they _are_ installed and we know about them.
13-
14-
> You can disable this behavior by configuring [`autodetect`](#autodetect)
12+
them if they _are_ installed and we know about them (you can disable this behavior
13+
by configuring [`autodetect`](#autodetect)).
1514

1615
Use a package manager to install a [language server][lsp-implementations]
1716
(also [this list][langserver]) from the tables below: these implementations are

0 commit comments

Comments
 (0)