From 0705ed9018970606551cc8271cd2737ddf0c12ab Mon Sep 17 00:00:00 2001 From: Zikaru Date: Sun, 11 Jun 2023 20:06:31 +0200 Subject: [PATCH] Zaktualizuj 'README.md' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`.