From 5ecfff64cd06df68afe766722650a8127897f6c8 Mon Sep 17 00:00:00 2001 From: ezolenko Date: Fri, 10 Feb 2017 23:05:01 -0700 Subject: [PATCH] - readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da889a5..6f475ee 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This version is somewhat slower than original, but it will print out typescript ```js // rollup.config.js -import typescript from 'rollup-plugin-typescript'; +import typescript from 'rollup-plugin-typescript2'; export default { entry: './main.ts',