Skip to content

Commit

Permalink
fix(README): Update commands examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Estrada Irribarra, Rodrigo Andres committed Oct 14, 2024
1 parent c9c3cf9 commit 45f155f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit 45f155f

Please sign in to comment.