Skip to content

Commit 6c3198a

Browse files
committed
docs: Fix config file path in library example (same as in CLI example)
1 parent 8a22464 commit 6c3198a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ options = BakerOptions(
123123
# create_from=None,
124124
)
125125
126-
baker = Baker(Path("kiwipycon/poster.yaml"), options=options)
126+
baker = Baker(Path("kiwipycon/kiwipycon.yaml"), options=options)
127127
baker.bake()
128128
```

0 commit comments

Comments
 (0)