From d517c17a03c5978a5b59f0f409a995a46fbbecd4 Mon Sep 17 00:00:00 2001 From: "Estrada Irribarra, Rodrigo Andres" Date: Mon, 14 Oct 2024 10:31:35 -0300 Subject: [PATCH] fix(README): Update commands examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9636fbf..3008c6a 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ This will generate the geography content based on the prompt provided. If you've made changes to your book's structure, you can update the agent's knowledge with: ```bash -poetry run storycraftr my-book update +poetry run storycraftr update ``` ## Contributing