Open adamvoss opened 7 years ago
I think I would prefer to use oven_time
and eliminate bake_time
. This is because bakery items are "baked" whereas non-bakery items are "roasted". oven_time
covers both.
I've put in a change to fix this. https://github.com/techhat/openrecipeformat/pull/19 There is also jordanhatcher's change that would fix this https://github.com/techhat/openrecipeformat/pull/14
The Banana Bread recipe has
bake_time: 50 - 60 minutes
however the format reference listsoven_time
and notbake_time
.