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:
cedounet
2023-09-20 13:38:56 +01:00
committed by GitHub
parent 78628adc3c
commit eda72c860c
4 changed files with 12 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
\begin{tikzpicture}[node distance = 3cm, auto]
\node [start] (init) {Make a regular or stiff starter};
\node [start] (init) {Take your regular or stiff starter};
\node [block, right of=init] (feed_new_ratio) {Mix \qty{1}{\gram} existing starter, \qty{5}{\gram} flour and \qty{25}{\gram} water};
\node [block, right of=feed_new_ratio] (next_day) {Wait\\ \qty{24}{\hour}};
\node [block, below of=init, node distance=4cm] (feed_again) {Feed again using 1:5:25 ratio};

View File

@@ -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};