26 lines
505 B
HTML
26 lines
505 B
HTML
Cindy's Smothered Green Beans
|
|
|
|
|
|
|
|
Home
|
|
|
|
|
|
|
|
<h1>Cindy's Smothered Green Beans</h1>
|
|
<h2>Ingredients</h2>
|
|
<ul>
|
|
<li>2 cans green beans</li>
|
|
<li>2 tablespoons soy sauce</li>
|
|
<li>1/3 cup brown sugar</li>
|
|
<li>1/4 cup melted butter</li>
|
|
<li>1 teaspoon garlic powder</li>
|
|
<li>1/2 pound cooked bacon</li>
|
|
</ul>
|
|
<h2>Directions</h2>
|
|
<ol>
|
|
<li>Mix green beans, soy sauce, brown sugar, melted butter, and garlic powder.</li>
|
|
<li>Top with cooked bacon.</li>
|
|
<li>Bake at 350°F for 30 minutes.</li>
|
|
</ol>
|
|
|