mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-12-02 07:43:59 -06:00
Correct wording, category for starter conversion (#235)
- Now a flowchart (and a renamed label) - More explicit wording as per https://github.com/hendricius/the-sourdough-framework/issues/234
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
\begin{tikzpicture}[node distance = 3cm, auto]
|
||||
\node [start] (init) {Make a regular or liquid starter};
|
||||
\node [start] (init) {Take your regular or liquid starter};
|
||||
\node [block, right of=init] (feed_new_ratio) {Mix \qty{10}{\gram} existing starter, \qty{50}{\gram} flour and \qty{25}{\gram} water};
|
||||
\node [decision, right of=feed_new_ratio, node distance=3.5cm] (too_dry) {Starter very dry, hard to mix?};
|
||||
\node [block, right of=too_dry, node distance=4cm] (add_water) {Add more water};
|
||||
|
||||
Reference in New Issue
Block a user