Skip to content

Commit

Permalink
Improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed Oct 6, 2016
1 parent ddf1c4f commit 115ebfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ $ npm install inversify reflect-metadata --save
```

The InversifyJS type definitions are included in the inversify npm package.
**InversifyJS requires TypeScript >= 2.0 and the `experimentalDecorators`, `emitDecoratorMetadata`, `types` and `lib`
compilation options** in your `tsconfig.json` file:

> **Important!** InversifyJS requires TypeScript >= 2.0 and the `experimentalDecorators`, `emitDecoratorMetadata`, `types` and `lib`
compilation options in your `tsconfig.json` file.

```js
{
Expand Down

0 comments on commit 115ebfe

Please sign in to comment.