diff --git a/README.md b/README.md index ecb2d26..82f40c3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A simple CLI tool to generate a static website from a ## Roadmap -- [ ] Recursively traverse the `recipes` directory. +- [X] Recursively traverse the `recipes` directory. - [ ] Add a default CSS file. - [ ] Improve the steps rendering logic to avoid doing all of it inside a template function.