From e5beeb85ea43ee709b446bbe3e1216344cc1c426 Mon Sep 17 00:00:00 2001 From: Kamil Mysliwiec Date: Thu, 2 Jun 2022 10:10:30 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2499fd022..612695356 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ## Installation ```bash -$ npm i --save @nestjs/typeorm typeorm@0.3 +$ npm i --save @nestjs/typeorm typeorm ``` ## Quick Start