Fix Hot & Sour Soup recipe

This commit is contained in:
Andrew Miner
2020-06-12 14:42:23 -06:00
parent 586459aa8a
commit 799c194752
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -125,12 +125,12 @@ prep <span itemprop="prepTime">5 minutes</span>,&nbsp;cook <span itemprop"cookTi
<ul> <ul>
<li itemprop="recipeIngredient"> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
None 8 oz
</div> </div>
<div class="item">tofu, extra firm</div> <div class="item">tofu, extra firm</div>
</ul> </ul>
</div> </div>
<div class="detail" itemprop="recipeInstructions">Bring the soup back to a boil, and add the tofu. Cook briefly until the tofu has come up to temperature (about 2 min). <div class="detail" itemprop="recipeInstructions">Bring the soup back to a boil while stirring constantly, and add the tofu. Cook briefly until the tofu has come up to temperature (about 2 min).
</div> </div>
</div> </div>
<div class="step"> <div class="step">
@@ -139,12 +139,12 @@ prep <span itemprop="prepTime">5 minutes</span>,&nbsp;cook <span itemprop"cookTi
<ul> <ul>
<li itemprop="recipeIngredient"> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
None 1
</div> </div>
<div class="item">egg</div> <div class="item">egg</div>
<li itemprop="recipeIngredient"> <li itemprop="recipeIngredient">
<div class="amount"> <div class="amount">
None 2 tbsp
</div> </div>
<div class="item">onion, green (diced)</div> <div class="item">onion, green (diced)</div>
</ul> </ul>
+1 -1
View File
@@ -35,7 +35,7 @@ steps:
water and mix until completely combined. While whisking continuously, slowly pour the cornstarch mixture into the water and mix until completely combined. While whisking continuously, slowly pour the cornstarch mixture into the
soup. soup.
- ingredients: - ingredients:
- { amount: , unit: , item: "tofu, extra firm" } - { amount: 8, unit: oz, item: "tofu, extra firm" }
directions: > directions: >
Bring the soup back to a boil while stirring constantly, and add the tofu. Cook briefly until the tofu has come up Bring the soup back to a boil while stirring constantly, and add the tofu. Cook briefly until the tofu has come up
to temperature (about 2 min). to temperature (about 2 min).