From 7742fcd963e2d32aaa463aabd1c25bcae5ac75c7 Mon Sep 17 00:00:00 2001 From: Tony133 Date: Mon, 21 Mar 2022 17:10:06 +0100 Subject: [PATCH] docs(): update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 612695356..5a31c9509 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ## Installation ```bash -$ npm i --save @nestjs/typeorm typeorm +$ npm i --save @nestjs/typeorm typeorm@0.2 ``` ## Quick Start