diff --git a/README.md b/README.md index 1b551d99..7dd8432d 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,14 @@ Some utilities for the development of express applications with Inversify. ## Installation -The package is available on npm: +You can install `inversify-express-utils` using npm: ``` -$ npm install --save inversify-express-utils +$ npm install inversify inversify-express-utils reflect-metadata --save ``` -The type definitions are available in the inversify-dts npm package. Please refer to the inversify docs to learn more about the installation process. +The `inversify-express-utils` type definitions are included in the npm module and require TypeScript 2.0. +Please refer to the [InversifyJS documentation](https://github.com/inversify/InversifyJS#installation) to learn more about the installation process. ## The Basics diff --git a/package.json b/package.json index c4abbfd5..54102627 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gulp-mocha": "^3.0.0", "gulp-tslint": "^6.0.2", "gulp-typescript": "^2.13.4", - "inversify": "^2.0.0-rc.14", + "inversify": "^2.0.0", "mocha": "^3.0.1", "publish-please": "^2.1.4", "reflect-metadata": "^0.1.3",