Skip to content

Commit cf8914f

Browse files
committed
update README
1 parent 270394a commit cf8914f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ async with LSPProcess(process_info) as process:
6060

6161
The following LSPs are available out of the box:
6262

63-
### Pyright
63+
- [Pyright](https://github.com/microsoft/pyright)
64+
- [Pyrefly](https://github.com/facebook/pyrefly)
65+
66+
### Pyright Example
6467

6568
```python
6669
async def test_pyright_session():
@@ -111,5 +114,4 @@ NOTE: Do not import types that begin with `__`. These types are internal types a
111114

112115
### TODOs
113116

114-
- Automate package releases on Github.
115117
- Support server request handlers.

0 commit comments

Comments
 (0)