diff --git a/README.md b/README.md index c1f2342..c0fbd05 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WorkshopTasker -Allows for managing order tasks and inported products for a small work shop. +Allows for managing order tasks and imported products for a small workshop. *A college database project* @@ -10,7 +10,7 @@ The project was tested with the nodejs version v18.16.0. It may not work with ne Dev dependencies are required. `npm install -D` -Project uses Oracle MySQL as a database store. It uses environment variables for the connection settigns. All provided variables below are required. +Project uses Oracle MySQL as a database store. It uses environment variables for the connection settings. All provided variables below are required. | Environment variable | Description | |----------------------|-------------------| @@ -20,4 +20,4 @@ Project uses Oracle MySQL as a database store. It uses environment variables for | `DB_PASSWORD` | Database password | | `DB_SCHEMA` | Database schema | -After setting variables, you can run the project using `npx nuxi dev` or `npx nuxi preview` +After setting variables, you can run the project using `npx nuxi dev` or `npx nuxi preview`.