Skip to content

Commit

Permalink
docs: adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Mar 31, 2023
1 parent 8fda816 commit 9311eb0
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ add your API key as an environmental variable to the `.env` file.
Run this command to start the generative process:

```shell
node generation-000.js --goal 'your goal here' --generations 4 --persona "your persona here"
node generation-000.js --goal 'your goal here' --persona "your persona here"
```

With this generative process, you can customize your desired goal, the number of generations, and
Expand Down Expand Up @@ -139,7 +139,7 @@ Here are some examples of projects that can be created using our generative proc
--goal "A Mandelbrot set generator with ASCII output"
```

[Try mandebrot-zoom](wtf-moments/mandebrot-zoom)
[Try mandelbrot-zoom](wtf-moments/mandelbrot-zoom)

These are just a few examples of what can be achieved using our tool. With your creativity and our
generative process, the possibilities are endless!
Expand Down Expand Up @@ -214,7 +214,7 @@ ahead and give it a try!
*/
```

Try the interactive [mandebrot-zoom](wtf-moments/mandebrot-zoom)
Try the interactive [mandebrot-zoom](wtf-moments/mandelbrot-zoom)

```shell
❯ node generation-005.js -g 5
Expand Down
File renamed without changes.

0 comments on commit 9311eb0

Please sign in to comment.