Update README.md

This commit is contained in:
Umed Khudoiberdiev 2017-06-07 14:00:36 +05:00 committed by GitHub
parent be7244a025
commit 5e7485613c

View File

@ -30,7 +30,8 @@ Share this library with friends on Twitter and everywhere else you can.
If you notice bug or have something not working please report an issue, we'll try to fix it as soon as possible.
More documentation and features expected to be soon. Feel free to contribute.
> For the latest release changes see [changelog](./CHANGELOG.md).
> Important note: if you want latest stable version install `npm i typeorm@0.0.11`
> If you want the latest development version simply install `npm i typeorm`. For the latest development release changes see [changelog](./CHANGELOG.md).
TypeORM is an [Object Relational Mapper](1) (ORM) for Node.js written in
TypeScript that can be used with TypeScript or JavaScript (ES5, ES6, ES7).
@ -62,6 +63,10 @@ TypeORM is highly influenced by other ORMs, such as [Hibernate](http://hibernate
1. Install module:
`npm install typeorm --save`
Important note: if you want latest stable version install `npm i typeorm@0.0.11`
If you want the latest development version simply install `npm i typeorm`. For the latest development release changes see [changelog](./CHANGELOG.md).
2. You need to install `reflect-metadata` shim: