From a240fa1e1bb5eddf01de32570e29486e08269dec Mon Sep 17 00:00:00 2001 From: James Brantly Date: Thu, 28 Jan 2016 22:39:32 -0500 Subject: [PATCH] Update README to make supported TypeScript versions a bit more generic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15e43fc33..e3b8f73f2 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ build system using the [Node.js API](http://webpack.github.io/docs/node.js-api.h ### Compatibility -The current version is compatible with TypeScript 1.6, 1.7 and the [nightly build](http://blogs.msdn.com/b/typescript/archive/2015/07/27/introducing-typescript-nightlies.aspx). +The current version is compatible with TypeScript 1.6 and above, including the [nightly build](http://blogs.msdn.com/b/typescript/archive/2015/07/27/introducing-typescript-nightlies.aspx). You may experience issues using the nightly build due to its nature, but a full test suite runs against the latest nightly every day to catch incompatibilites early. Please report any issues you experience with the nightly so that they can be fixed promptly.