mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31:11 -06:00
Fix confusing flow chart (#354)
First flow chart is about creating a starter - the other one about maintenance. The suggested approach is slightly different. This makes it clear that one flow chart is about creating a starter.
This commit is contained in:
committed by
GitHub
parent
2d0e0b2d73
commit
7d48364d80
@@ -1,5 +1,5 @@
|
|||||||
\begin{tikzpicture}[node distance = 3cm, auto]
|
\begin{tikzpicture}[node distance = 3cm, auto]
|
||||||
\node [start] (init) {Make a starter};
|
\node [start] (init) {Create a starter};
|
||||||
\node [decision, right of=init, node distance=3.5cm] (decision_start) {Starter last fed within 3~days?};
|
\node [decision, right of=init, node distance=3.5cm] (decision_start) {Starter last fed within 3~days?};
|
||||||
\node [block, right of=decision_start, text width=7em, node distance=4cm] (feed_no_branch)
|
\node [block, right of=decision_start, text width=7em, node distance=4cm] (feed_no_branch)
|
||||||
{Feed starter twice:\par \qty{48}{\hour} before\par \qtyrange{6}{12}{\hour} before};
|
{Feed starter twice:\par \qty{48}{\hour} before\par \qtyrange{6}{12}{\hour} before};
|
||||||
|
|||||||
Reference in New Issue
Block a user