diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index 1b1625fefa..28ea7d9027 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -46,13 +46,13 @@ are loaded, or configure your editor or IDE to do it. code-example. - $ npm install -g typescript@^1.5.0-beta + $ npm install -g typescript@^1.5.0 $ tsc --watch -m commonjs -t es5 --emitDecoratorMetadata app.ts .callout.is-helpful p. Windows users: if you get an error that an option is unknown, you are probably running - an older version of TypeScript. + an older version of TypeScript. See Stack Overflow: How do I install Typescript