Skip to content

Commit eecf5b4

Browse files
Update README.md
1 parent 39a57a5 commit eecf5b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ The SQLite Path is set in `.env`, as `SQLITE_PATH`
128128

129129
## Database migration
130130

131-
##### generate migration:
131+
> Generate migration:
132132
133133
```bash
134134
$ yarn typeorm migration:generate -n your_migration_name
135135
```
136136

137-
##### run migration:
137+
> run migration:
138138
139139
```bash
140140
$ yarn typeorm migration:run

0 commit comments

Comments
 (0)