-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add french toast recipe #8
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 @@ | ||||||||||||||||||||||||||||||||||||||||||||
| # French Toast | ||||||||||||||||||||||||||||||||||||||||||||
| **Prep:** 10m | ||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||
| **Prep:** 10m | |
| **Prep Time:** 10 minutes | |
| **Cook Time:** 10 minutes | |
| **Serves:** 2 | |
| ## Ingredients | |
| - 4 slices of bread | |
| - 2 eggs | |
| - 1/2 cup milk | |
| - 1 teaspoon vanilla extract | |
| - 1/2 teaspoon ground cinnamon | |
| - 1 tablespoon butter | |
| - Maple syrup, for serving | |
| ## Instructions | |
| 1. In a shallow bowl, whisk together the eggs, milk, vanilla extract, and cinnamon. | |
| 2. Dip each slice of bread into the mixture, coating both sides evenly. | |
| 3. Heat the butter in a skillet or frying pan over medium heat. | |
| 4. Cook the bread slices for 2 to 3 minutes per side, or until golden brown. | |
| 5. Serve warm with maple syrup. |
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.
menu.mdinstructions say to replace exactly one empty-slot row per PR to minimize merge conflicts (see note under โInstructions for Line Cooksโ). This change replaces two rows (slots 4 and 5) and effectively adds a second menu item (โFrench Toast Extraโ), which also doesnโt have a corresponding recipe file inrecipes/. Please keep this PR to a single menu row / single recipe, and move any additional dish to a separate PR with its own recipe file.