Created
November 9, 2017 13:02
-
-
Save mresetar/aee6108f1fc2325419b79ec2c6c845f5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" ?> | |
<recipe name="bread" prep_time="5 mins" cook_time="3 hours"> | |
<title>Basic bread</title> | |
<ingredient amount="8" unit="dL">Flour</ingredient> | |
<ingredient amount="10" unit="grams">Yeast</ingredient> | |
<ingredient amount="4" unit="dL" state="warm">Water</ingredient> | |
<ingredient amount="1" unit="teaspoon">Salt</ingredient> | |
<instructions> | |
<step>Mix all ingredients together.</step> | |
<step>Knead thoroughly.</step> | |
<step>Cover with a cloth, and leave for one hour in warm room.</step> | |
<step>Knead again.</step> | |
<step>Place in a bread baking tin.</step> | |
<step>Cover with a cloth, and leave for one hour in warm room.</step> | |
<step>Bake in the oven at 180(degrees)C for 30 minutes.</step> | |
</instructions> | |
</recipe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment