Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-12 17:25:42 +01:00 committed by GitHub
parent 76003a3d08
commit e552fb9950
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
graph TD
A(["Start"]) --> B{"Ingredients Ready?"}
B -->|"Yes"| C["Preheat Oven"]
B -->|"No"| D[["Gather Ingredients"]]]
B -->|"No"| D[["Gather Ingredients"]]
D --> C
C --> md[["Make Dough"]] --> E["Knead Dough"]
E --> F{"First Rise Complete?"}
@ -37,8 +37,8 @@
<pre class="mermaid">
graph TD
md[["Make Dough"]] --> A(["Start"]) -->
B --> C["Create Dough Object"]
md[["Make Dough"]] --> A(["Start"])
A --> C["Create Dough Object"]
C --> D1["Add Flour to Dough"]
D1 --> D2["Add Water to Dough"]
D2 --> D3["Add Yeast to Dough"]