diff --git a/README.md b/README.md index fbfdbeea5..d9d4b1b5e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ $ npm install inversify reflect-metadata --save The InversifyJS type definitions are included in the inversify npm package. -> :warning: **Important!** InversifyJS requires TypeScript >= 2.0 and the `experimentalDecorators`, `emitDecoratorMetadata`, `types` and `lib` +> :warning: **Important!** InversifyJS requires TypeScript >= 4.4 and the `experimentalDecorators`, `emitDecoratorMetadata`, `types` and `lib` compilation options in your `tsconfig.json` file. ```js