a little clearer recipe language
This commit is contained in:
parent
2efa627b8b
commit
85a9a824dc
1 changed files with 2 additions and 2 deletions
4
pizza.sh
4
pizza.sh
|
@ -20,9 +20,9 @@ function pizzahelp { # this only prints help text
|
|||
echo
|
||||
}
|
||||
|
||||
function pizzarecipe {
|
||||
function pizzarecipe {
|
||||
echo "How to make the calculator pizza, stand mixer edition:"
|
||||
echo " 1: warm beer to ~100f, combine with sugar, then yeast in mixing bowl"
|
||||
echo " 1: warm beer to ~100f, combine with sugar and yeast in mixing bowl"
|
||||
echo " 2: then add salt, oil, monosodium glutamate, and butter extract"
|
||||
echo " 3: mix for 4 minutes, then shape into ball"
|
||||
echo " 4: rise for 15 minutes"
|
||||
|
|
Loading…
Add table
Reference in a new issue