Skip to content

Commit

Permalink
Simplify recipe fields
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Dec 21, 2024
1 parent 55d6222 commit f8c412c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ recipe-name/
// Pass the repo name
const recipe = "sample-recipe-name";
export const sampleRecipe= {
export const sampleRecipe = {
slug: recipe,
title: "",
featuredText: "",
Expand Down

0 comments on commit f8c412c

Please sign in to comment.