Minor tweak to README.

This commit is contained in:
Eric Traut 2023-03-06 15:51:49 -07:00
parent fe4eec0a7e
commit b61f121efe

View File

@ -5,6 +5,6 @@
Pyright is a full-featured, standards-based static type checker for Python. It is designed for high performance and can be used with large Python source bases.
### Command-line Tool or Visual Studio Code Extension
Pyright includes both a [command-line tool](command-line.md) and an [extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright) that implements the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/).
Pyright includes both a [command-line tool](command-line.md) and an [extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright).