Skip to content

Commit 270a0ed

Browse files
committedApr 4, 2022
fix: update README.md
1 parent d0e8704 commit 270a0ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ Automatically update your codebase to add migrations, entities and subscribers t
1010
## Installation
1111
1. Install dependencies
1212
```bash
13-
npm install --save typeorm typescript
13+
npm install --save-dev typescript
14+
npm install --save typeorm
1415
```
1516

1617
2. Install `typeorm-codebase-sync`
1718
```bash
18-
npm install --save typeorm-codebase-sync
19+
npm install --save-dev typeorm-codebase-sync
1920
```
2021

2122
3. Add `typeorm-sync` script to `package.json`

0 commit comments

Comments
 (0)
Please sign in to comment.