diff options
Diffstat (limited to 'data/storage/recipes/0/text')
-rw-r--r-- | data/storage/recipes/0/text | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/data/storage/recipes/0/text b/data/storage/recipes/0/text index 5a6aeb8..aeee825 100644 --- a/data/storage/recipes/0/text +++ b/data/storage/recipes/0/text @@ -1,21 +1,21 @@ { - "title":"Some delicious food", - "portions": 4, - "url":"https://example.org", - "steps":[ - { - "text":"Prepare vegetables.", - "ingredients":[ - {"type":"carrot", "amount":"3 pieces"}, - {"type":"tomato", "amount":250} - ] - }, - { - "text":"Cook those vegetables", - "ingredients":[ - {"type":"water", "amount":null}, - {"type":"salt", "amount":null} - ] - } - ] + "title":"Some delicious food", + "portions": 4, + "url":"https://example.org", + "steps":[ + { + "text":"Prepare vegetables.", + "ingredients":[ + {"type":"carrot", "amount":"3 pieces"}, + {"type":"tomato", "amount":250} + ] + }, + { + "text":"Cook those vegetables", + "ingredients":[ + {"type":"water", "amount":null}, + {"type":"salt", "amount":null} + ] + } + ] } |