diff options
Diffstat (limited to 'data/storage/recipes/1')
-rw-r--r-- | data/storage/recipes/1/text | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/data/storage/recipes/1/text b/data/storage/recipes/1/text index ecf26dc..d082bf7 100644 --- a/data/storage/recipes/1/text +++ b/data/storage/recipes/1/text @@ -1,13 +1,13 @@ { - "title":"Very delicious stuff", - "portions": 4, - "url":"https://example.org", - "steps":[ - { - "text":"Bake the frozen pizza!", - "ingredients":[ - {"type":"pizza", "amount":"4 pieces"} - ] - } - ] + "title":"Very delicious stuff", + "portions": 4, + "url":"https://example.org", + "steps":[ + { + "text":"Bake the frozen pizza!", + "ingredients":[ + {"type":"pizza", "amount":"4 pieces"} + ] + } + ] } |