Skip to content

Commit 906edd2

Browse files
committed
[misc] update README
1 parent b7893a4 commit 906edd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Run `docker-compose up` to start the containers. The dashboard is accessible at
1414

1515
- **Scan Service:** We could improve the logic in there to have less random results and maybe have something more sequential ( queued > scanning > result).
1616
- **Auth:** An Auth service could be added to manage users and their scanning results.
17-
- **Migrations:** Implementing a migration system for the models with sequelize.
17+
- **Migrations:** Implementing a migration system for the models with sequelize.
1818

1919
### For the Dashboard
2020

@@ -24,4 +24,4 @@ Run `docker-compose up` to start the containers. The dashboard is accessible at
2424
### For Docker
2525

2626
- **React HMR:** The HMR does not currently work when the dashboard is running in the container
27-
- **DB Data persistence:** The data is erased from the DB when the container is stopped.
27+
- **[FIXED] DB Data persistence:** The data is erased from the DB when the container is stopped.

0 commit comments

Comments
 (0)