From 45f155fa073c7548c94468935a30f38e7df64eec Mon Sep 17 00:00:00 2001 From: "Estrada Irribarra, Rodrigo Andres" Date: Mon, 14 Oct 2024 10:31:18 -0300 Subject: [PATCH] fix(README): Update commands examples --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e5abd9b..9636fbf 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ To initialize a new book project with custom configuration, use the `init` comma #### Example: -@@bash +````bash poetry run storycraftr init "La purga de los dioses" --primary-language "es" --alternate-languages "en" --author "Rodrigo Estrada" --genre "science fiction" --behavior "default.txt" -@@ +```` This will create the project structure for the book "La purga de los dioses" with the specified configuration and behavior. @@ -72,9 +72,9 @@ The `worldbuilding` group allows you to generate different aspects of the world, #### Example: -@@bash +````bash poetry run storycraftr worldbuilding geography "Describe the mountain range in the northern region" -@@ +```` This will generate the geography content based on the prompt provided.