From ba2e04c45308be3067cc66f36246daef3bec080d Mon Sep 17 00:00:00 2001 From: Alex Komoroske Date: Tue, 4 Jul 2023 16:25:08 -0700 Subject: [PATCH] Make the example be `favorite-things-limerick`, which shows a lot of complex behavior. Part of #36. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cf6280..1b5cf5d 100644 --- a/README.md +++ b/README.md @@ -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`