#4036 Readme fixes

This commit is contained in:
Juan Ferrer 2022-12-21 14:41:45 +01:00
parent c2ca98daac
commit 29b2e989da
4 changed files with 6 additions and 6 deletions

View File

@ -16,14 +16,14 @@ development, so any help is welcomed! Feel free to contribute.
It's recommended to install the package globally. It's recommended to install the package globally.
```text ```text
# npm install -g myt # npm install -g @verdnatura/myt
$ myt <command> $ myt <command>
``` ```
You can also install locally and use the *npx* command to execute it. You can also install locally and use the *npx* command to execute it.
```text ```text
$ npm install myt $ npm install @verdnatura/myt
$ npx myt <command> $ npx myt <command>
``` ```

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@verdnatura/myt", "name": "@verdnatura/myt",
"version": "1.5.3", "version": "1.5.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@verdnatura/myt", "name": "@verdnatura/myt",
"version": "1.5.3", "version": "1.5.4",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"@sqltools/formatter": "^1.2.3", "@sqltools/formatter": "^1.2.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "@verdnatura/myt", "name": "@verdnatura/myt",
"version": "1.5.3", "version": "1.5.4",
"author": "Verdnatura Levante SL", "author": "Verdnatura Levante SL",
"description": "MySQL version control", "description": "MySQL version control",
"license": "GPL-3.0", "license": "GPL-3.0",

View File

@ -8,6 +8,6 @@
"type": "git" "type": "git"
}, },
"dependencies": { "dependencies": {
"@verdnatura/myt": "^1.5.3" "@verdnatura/myt": "^1.5.4"
} }
} }