diff --git a/README.md b/README.md index 4a391509..97334e94 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ See [#108](https://github.com/ezolenko/rollup-plugin-typescript2/issues/108) * `typescript`: typescript module installed with the plugin - When typescript version installed by the plugin (latest 2.x) is unacceptable, you can import your own typescript module and pass it in as `typescript: require("typescript")`. Must be 2.0+, things might break if transpiler interfaces changed enough from what the plugin was built against. + When typescript version installed by the plugin (latest 2.x) is unacceptable, you can import your own typescript module and pass it in as `typescript: require("path/to/other/typescript")`. Must be 2.0+, things might break if transpiler interfaces changed enough from what the plugin was built against. * `transformers`: `undefined`