A few more README tweaks.

This commit is contained in:
Eric Traut 2023-03-06 16:03:07 -07:00
parent 6cb2f4a058
commit f7be9cc5cc

View File

@ -1,11 +1,11 @@
![Pyright](/docs/img/PyrightLarge.png)
# Static type checker for Python
# Static Type Checker for Python
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. Pyright includes both a [command-line tool](/docs/command-line.md) and an [extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright).
## Documentation & Questions
## Documentation
Refer to [the documentation](https://microsoft.github.io/pyright) for installation, configuration, and usage details.