Skip to content

Commit ecbb9ff

Browse files
authored
Fix README formatting
And bump recommended pyls version.
1 parent f23a7a0 commit ecbb9ff

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
@@ -8,7 +8,7 @@ Python language support for [Atom-IDE](https://ide.atom.io/), powered by the [Py
88

99
## Requirements
1010

11-
[`ide-python`](https://atom.io/packages/ide-python) requires [Atom `1.21+`](https://atom.io/), [Python language server 0.17+`](https://github.com/palantir/python-language-server) and the [`atom-ide-ui`](https://atom.io/packages/atom-ide-ui) package to expose the functionality within Atom.
11+
[`ide-python`](https://atom.io/packages/ide-python) requires [Atom `1.21+`](https://atom.io/), [Python language server `0.18+`](https://github.com/palantir/python-language-server) and the [`atom-ide-ui`](https://atom.io/packages/atom-ide-ui) package to expose the functionality within Atom.
1212

1313
## Feature Providers
1414

@@ -25,7 +25,7 @@ Python language support for [Atom-IDE](https://ide.atom.io/), powered by the [Py
2525

2626
### Language Server
2727

28-
Install the language server (we recommend version 0.17.0 or newer) with:
28+
Install the language server with:
2929

3030
```bash
3131
pip install 'python-language-server[all]'

0 commit comments

Comments
 (0)