diff --git a/docs/soups/tomato-soup/index.html b/docs/soups/tomato-soup/index.html
index 031b7d4..d264a1e 100644
--- a/docs/soups/tomato-soup/index.html
+++ b/docs/soups/tomato-soup/index.html
@@ -18,7 +18,7 @@ prep 30 minutes
This tomato soup is thick, slighly creamy, and very hearty. Unlike store-bought tomato soup, it's also not overburdened with sugar to make it taste good. Instead, I use canned San Marzano tomatoes (often kept in a separate section in the supermarket) as they add a whole different dimension to any tomato dish than even fresh tomatoes grown in the US.
@@ -120,7 +120,7 @@ prep 30 minutes
black pepper
- Discard the bay leaf. Purée the soup in batches in a large blender. Return the puréed soup to the pot and bring back to a low simmer. Add the heavy cream and pepper.
+
Discard the bay leaf. Purée the soup in batches in a large blender if you want a smooth soup, or just skip this step if you'd like to keep some texture. Return the puréed soup to the pot and bring back to a low simmer. Add the heavy cream and pepper.
diff --git a/src/soups/tomato-soup/data.yml b/src/soups/tomato-soup/data.yml
index 64f5fee..6e940c8 100644
--- a/src/soups/tomato-soup/data.yml
+++ b/src/soups/tomato-soup/data.yml
@@ -2,7 +2,7 @@ title: Tomato Soup
timings:
prep: 30 minutes
icons: [gluten-free, low-carb]
-servings: 1
+servings: 8
description: >
This tomato soup is thick, slighly creamy, and very hearty. Unlike store-bought tomato soup, it's also not
overburdened with sugar to make it taste good. Instead, I use canned San Marzano tomatoes (often kept in a separate
@@ -38,5 +38,6 @@ steps:
- { amount: 0.5, unit: cup, item: "heavy cream" }
- { amount: 1, unit: tsp, item: "black pepper" }
directions: >
- Discard the bay leaf. Purée the soup in batches in a large blender. Return the puréed soup to the pot and bring
- back to a low simmer. Add the heavy cream and pepper.
+ Discard the bay leaf. Purée the soup in batches in a large blender if you want a smooth soup, or just skip this
+ step if you'd like to keep some texture. Return the puréed soup to the pot and bring back to a low simmer. Add
+ the heavy cream and pepper.