Skip to content

Commit 3aaf915

Browse files
authored
Update README.md
1 parent 5e9a8e1 commit 3aaf915

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ Using this SQLite version does not require installing other databases like Postg
7575
11. Once everything is filled in and correct, run `npm install`.
7676
12. Then run `npx prisma migrate deploy`.
7777
13. Then run `npx prisma generate`.
78-
14. Once done, run npm run seedadmin to create an admin account.
79-
15. Then run npm run seedkaryawan to create an user account.
78+
14. Once done, run `npm run seedadmin` to create an admin account.
79+
15. Then run `npm run seeduser` to create an user account.
8080
16. The email and password of both accounts can be seen and changed in `/prisma/seedAdmin.js` and `/prisma/seedKaryawan.js`.
8181
17. Then build the project by running `npm run build`.
8282

@@ -93,7 +93,7 @@ Using this SQLite version does not require installing other databases like Postg
9393
9. Then run `npx prisma migrate deploy`.
9494
10. Then run `npx prisma generate`.
9595
11. Once done, run `npm run seedadmin` to create an admin account.
96-
12. Then run `npm run seedkaryawan` to create an user account.
96+
12. Then run `npm run seeduser` to create an user account.
9797
13. The email and password of both accounts can be seen and changed in `/prisma/seedAdmin.js` and `/prisma/seedKaryawan.js`
9898
14. Then build the project by running `npm run build`.
9999

0 commit comments

Comments
 (0)