0
|
1 |
<recipe>
|
|
2 |
<title>Cheese on Toast</title>
|
|
3 |
<ingredient name="Bread" quantity="2" unit="slices"/>
|
|
4 |
<ingredient name="Cheese" quantity="2" unit="slices"/>
|
|
5 |
<time quantity="3" unit="minutes"/>
|
|
6 |
<method>
|
|
7 |
<step>1. Slice the bread and cheese.</step>
|
|
8 |
<step>2. Grill one side of each slice of bread.</step>
|
|
9 |
<step>3. Turn over the bread and place a slice of cheese on each piece.</step>
|
|
10 |
<step>4. Grill until the cheese has started to melt.</step>
|
|
11 |
<step>5. Serve and enjoy!</step>
|
|
12 |
</method>
|
|
13 |
</recipe>
|