From 25ef5dbe04adb7035239634dbd4f2d217625a81c Mon Sep 17 00:00:00 2001 From: Gabriel Tetreault Date: Wed, 8 Apr 2026 12:47:12 -0600 Subject: [PATCH] feat: Created recipie for Mushroom risotto --- recipes/mushroom-risotto.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/mushroom-risotto.md diff --git a/recipes/mushroom-risotto.md b/recipes/mushroom-risotto.md new file mode 100644 index 0000000..0426ec4 --- /dev/null +++ b/recipes/mushroom-risotto.md @@ -0,0 +1,16 @@ +```markdown +# Mushroom Risotto +**Prep Time:** 10 minutes | **Cook Time:** 30 minutes | **Serves:** 4 + +## Ingredients +- 1 cup arborio rice +- 4 cups warm broth +- 1 cup sliced mushrooms +- 1/2 cup parmesan cheese +- 1/4 cup dry white wine + +## Instructions +1. Sauté the mushrooms until golden brown; set aside. +2. Toast the arborio rice in the pan with a bit of butter. +3. Deglaze with white wine, then slowly add warm broth one ladle at a time. +4. Stir in cooked mushrooms and parmesan right before serving. \ No newline at end of file