From 6840cc506d2abcf4d06c02a547874f8fd2a86581 Mon Sep 17 00:00:00 2001 From: lucas Date: Mon, 2 May 2022 22:06:42 -0700 Subject: [PATCH] Improved delete, scaling added --- recipes/recipes.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/recipes/recipes.json b/recipes/recipes.json index 9e26dfe..a68bee6 100644 --- a/recipes/recipes.json +++ b/recipes/recipes.json @@ -1 +1,15 @@ -{} \ No newline at end of file +{ + "0": { + "quantity": "2", + "name": "Sourdough", + "ingredients": { + "AP Flour": 500, + "WW Flour": 500, + "Rye Flour": 0, + "Water": 0, + "Salt": 0, + "Yeast": 0, + "Starter": 0 + } + } +} \ No newline at end of file