From 5e7485613c30e0f2250e59776bcc00f16c1959d1 Mon Sep 17 00:00:00 2001 From: Umed Khudoiberdiev Date: Wed, 7 Jun 2017 14:00:36 +0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 419f7e56b..165a6d579 100644 --- a/README.md +++ b/README.md @@ -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: