27 lines
440 B
HTML
27 lines
440 B
HTML
Cheese Ball
|
|
|
|
|
|
|
|
Home
|
|
|
|
|
|
|
|
<h1>Cheese Ball</h1>
|
|
<h2>Ingredients</h2>
|
|
<ul>
|
|
<li>2 8-ounce packages cream cheese</li>
|
|
<li>2 packages chopped ham</li>
|
|
<li>3 green onions</li>
|
|
<li>3 tablespoons mayonnaise</li>
|
|
<li>Garlic salt</li>
|
|
<li>Crushed pecans</li>
|
|
<li>Pepper jelly</li>
|
|
</ul>
|
|
<h2>Directions</h2>
|
|
<ol>
|
|
<li>Combine first five ingredients.</li>
|
|
<li>Shape into ball and roll in pecans.</li>
|
|
<li>Serve with pepper jelly.</li>
|
|
</ol>
|
|
|