From cdf53c58de0d9f4ff7fe98d2aac6e63faa807eab Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Thu, 17 Jul 2014 09:12:43 -0700 Subject: [PATCH] Add more text to the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9846b75e144..384aeb7a2f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TypeScript -Scalable JavaScript development with types, classes and modules. +[TypeScript](http://www.typescriptlang.org/) is a language for application-scale JavaScript. TypeScript adds optional types, classes, and modules to JavaScript. TypeScript supports tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript. Try it out at the [playground](http://www.typescriptlang.org/Playground), and stay up to date via [our blog](http://blogs.msdn.com/typescript) and [twitter account](https://twitter.com/typescriptlang). ## Installation