diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 8f88fe3..ba84780 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -836,7 +836,7 @@ from pathlib import Path import sys sys.path.insert(0, '.') from generate_recipe import RecipeGenerator -gen = RecipeGenerator(Path('../ingredients'), Path('recipe_templates.yaml')) +gen = RecipeGenerator(Path('recipe_templates.yaml')) print('Templates:', list(gen.templates.keys())) " ```