-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add pancake recipe #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,2 @@ | ||||||||||||||||||||||||||||||||||||||||||
| # Pancake | ||||||||||||||||||||||||||||||||||||||||||
| **Prep:** 5m | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
| **Prep:** 5m | |
| **Prep Time:** 5 minutes | |
| **Cook Time:** 10 minutes | |
| **Serves:** 4 | |
| ## Ingredients | |
| - 1 cup flour | |
| - 2 tablespoons sugar | |
| - 1 teaspoon baking powder | |
| - 1 cup milk | |
| - 1 egg | |
| - 2 tablespoons melted butter | |
| ## Instructions | |
| 1. In a bowl, whisk together the flour, sugar, and baking powder. | |
| 2. In a separate bowl, mix the milk, egg, and melted butter. | |
| 3. Pour the wet ingredients into the dry ingredients and stir until just combined. | |
| 4. Heat a lightly greased pan over medium heat. | |
| 5. Pour batter into the pan and cook until bubbles form, then flip and cook until golden. | |
| 6. Serve warm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per repository instructions, recipe files must live under the
recipes/directory (see README.md and menu.md instructions). This PR addspancake.mdat the repo root instead; please move/rename it torecipes/pancake.md(orrecipes/<recipe-name>.md).