Skip to content

Commit

Permalink
Improving docs
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen authored Oct 6, 2016
1 parent 274cb99 commit ddf1c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ $ 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:
**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 ddf1c4f

Please sign in to comment.