Fixed documentation for building pyright.

This commit is contained in:
Eric Traut 2020-10-02 11:00:26 -07:00
parent b2882fd6be
commit af01be3244

View File

@ -13,7 +13,7 @@ To install the dependencies for all packages in the repo:
Once built, you can run the command-line tool by executing the following:
`node ./dist/pyright.js`
`node index.js`
## Building the VS Code extension