Documentation fixes

This commit is contained in:
Juan Ferrer 2020-11-17 14:11:15 +01:00
parent c2f83f63f8
commit 2ed8f78d69
2 changed files with 6 additions and 6 deletions

View File

@ -40,8 +40,8 @@ Execute *myvc* with the desired command.
$ myvc [-w|--workspace] [-e|--env] [-h|--help] command
```
The default working directory is the current one and unless otherwise indicated,
the default environment is *production*.
The default workspace directory is the current working directory and unless
otherwise indicated, the default environment is *production*.
Commands for database versioning:
@ -68,9 +68,9 @@ configuration file in the root folder of this project.
### Environments
Create database connection configuration files for each environment at main
project folder using standard MySQL *.ini*. The predefined environment names
are *production* and *testing*.
Create database connection configuration for each environment at main project
folder using standard MySQL *ini* configuration files. The predefined
environment names are *production* and *test*.
```text
db.[environment].ini

View File

@ -1,6 +1,6 @@
{
"name": "myvc",
"version": "1.0.12",
"version": "1.0.13",
"author": "Verdnatura Levante SL",
"description": "MySQL Version Control",
"license": "GPL-3.0",