diff --git a/README.md b/README.md index 32e6a1095e1fe..9bcef687476cf 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ Find others who are using TypeScript at [our community page](https://www.typescr For the latest stable version: ```bash -npm install -g typescript +npm install -D typescript ``` For our nightly builds: ```bash -npm install -g typescript@next +npm install -D typescript@next ``` ## Contribute