diff --git a/README.md b/README.md index 59ff731..f4159e1 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,9 @@ This is caused by the [way the template loader works](#how-does-it-work). > The Typescript transpiler doesn't have any typings for the `require` method, which was generated by the loader. -We recommend the installation of type defintions, which contain a declaration of the `require` method. +We recommend the installation of **one** of the type defintions, which contain a declaration of the `require` method. - [@types/node](https://www.npmjs.com/package/@types/node) | [dt~node](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/node/node.d.ts) + +or + - [@types/requirejs](https://www.npmjs.com/package/@types/requirejs) | [dt~requirejs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/requirejs)