diff --git a/README.md b/README.md index 833da69..5da9f11 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 19f903a..60defa4 100644 --- a/package.json +++ b/package.json @@ -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",