Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
moonyoulove committed Jun 1, 2024
1 parent fe6aad9 commit 18686f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ npm install
```
Or install by npm directly:
```shell
npm install translate-rpgmaker-plugin
npm install translate-rpgmaker-plugin --global
```
Or download single executable app from [release page](https://github.com/moonyoulove/translate-rpgmaker-plugin/releases/latest).

Expand All @@ -30,9 +30,9 @@ Use this command in project directory:
```
node ./translate.js [options] <plugin>
```
Or use use this command in anywhere:
Or use use this command in anywhere(when installing globally):
```
npx translate-rpgmaker-plugin [options] <plugin>
translate-rpgmaker-plugin [options] <plugin>
```
Or use single executable app:
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "translate-rpgmaker-plugin",
"version": "1.0.0",
"description": "Translate parameters of RPGMaker plugin.",
"homepage": "https://github.com/moonyoulove/translate-rm-plugin-params",
"homepage": "https://github.com/moonyoulove/translate-rpgmaker-plugin",
"main": "lib.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 18686f1

Please sign in to comment.