From e8124964c6c3c8226dbdb6a932944e8872466fe6 Mon Sep 17 00:00:00 2001 From: gamerdonkey Date: Fri, 19 Sep 2025 02:48:34 +0000 Subject: [PATCH] README improvements --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca1ecfd..ab52517 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ HTML. I used these scripts to create my [recipes site](https://tilde.town/~gamerdonkey/recipes/) here on town. Fun fact: you can -replace the `html` with `json` in the URLs to get my recipes in their raw JSON -format. +replace the `html` in the URLs with `json` to get my recipes in their raw JSON +format! ## Requirements @@ -54,8 +54,8 @@ JSON YOU DID NOT CREATE YOURSELF!** This script takes an argument pointing to a directory of recipe JSON files, in the format created by the `create_recipe_json.py` script. It then does a -recursive depth-first search on each tree in that file to generate an HTML -file with a traditional recipe and a tabular-style recipe card. It also takes +recursive depth-first search on each tree in each file to generate HTML files +with a traditional recipe and a tabular-style recipe card. You may also pass an optional argument pointing to a file and, if given, the contents of that file will be inserted into the header section of the generated `index.html`.