Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed Jun 21, 2016
1 parent f5d4098 commit eb07f85
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@ InversifyJS has been developed with 4 main goals:
You can get the latest release and the type definitions using npm:

```
npm install [email protected] reflect-metadata --save
npm install [email protected] inversify-dts reflect-metadata --save
```

You will also need the type definitions files for inversify and reflect-metadata:
You will also need the type definitions files for inversify and reflect-metadata.

```
npm install inversify-dts --save-dev
The InversifyJS type definitions are included in the inversify-dts npm package:

```ts
/// <reference path="node_modules/inversify-dts/inversify/inversify.d.ts" />
```

The reflect-metadata type definitions are included in the npm package:
Expand Down

0 comments on commit eb07f85

Please sign in to comment.