Skip to content

Commit a241be7

Browse files
committed
fix(typo): typo
1 parent 7a2ec3a commit a241be7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ To login in the admin panel, you have to have registered verified user with admi
5959
To create a default admin user you can run migrations:
6060

6161
```bash
62-
mingrate-mongo up
62+
npm install migrate-mongo
63+
64+
npx migrate-mongo up
6365
```
6466

65-
The migrations will create a default admin user in db with creds:
67+
The migrations will create a default admin user in db with credentials:
6668

6769
```bash
6870
login: admin@test.com

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-nest-js-boilerplate",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "This generator will help you to build your own Nest.js Mongodb API using TypeScript 4",
55
"author": "onix-systems",
66
"license": "MIT",

0 commit comments

Comments
 (0)