Skip to content

Commit

Permalink
Changed name of command from promopt-garden to garden.
Browse files Browse the repository at this point in the history
Part of #1.
  • Loading branch information
jkomoros committed Jun 19, 2023
1 parent 4a3106d commit f00754f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Run the command `npm run serve` in a separate terminal to build.

Install the package `npm install -g .`

Run `prompt-garden`. You can pick a non-default seed to grow by running `prompt-garden --seed SEED_ID`
Run `garden`. You can pick a non-default seed to grow by running `garden --seed SEED_ID`

### Developing

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "mocha -r esm test/base"
},
"bin": {
"prompt-garden": "./tools/main.js"
"garden": "./tools/main.js"
},
"dependencies": {
"eslint": "^8.43.0",
Expand Down

0 comments on commit f00754f

Please sign in to comment.