Skip to content

Commit

Permalink
Make the example be favorite-things-limerick, which shows a lot of …
Browse files Browse the repository at this point in the history
…complex behavior.

Part of #36.
  • Loading branch information
jkomoros committed Jul 4, 2023
1 parent f41c69e commit ba2e04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Run the command `npm run build`.

Run `node tools/garden/main.js`. This will run the default '' seed.

You can also select a different seed by running `node tools/garden/main.js --seed name-limerick`. You can change `name-limerick` to be any seed.
You can also select a different seed by running `node tools/garden/main.js --seed favorite-things-limerick`. You can change `favorite-things-limerick` to be any seed.

You can also execute remote seeds from the command line: `node tools/garden/main.js --seed https://raw.githubusercontent.com/jkomoros/prompt-garden/main/seeds/example-basic.json#hello-world`

Expand Down

0 comments on commit ba2e04c

Please sign in to comment.