Fix 3 typos #1

Merged
Wroclaw merged 1 commit from Zikaru/WorkshopTasker:main into main 2023-06-11 20:08:45 +02:00

View file

@ -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`.