summaryrefslogtreecommitdiff
path: root/backend/recipe.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/recipe.go')
-rw-r--r--backend/recipe.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/recipe.go b/backend/recipe.go
index 3511fd6..59b7366 100644
--- a/backend/recipe.go
+++ b/backend/recipe.go
@@ -10,7 +10,7 @@ type Ingredient struct {
}
type Step struct {
- Desc string `json:"instructions"`
+ Desc string `json:"instruction"`
Time int `json:"timer"`
}