From 66789e79f345850aad1b276f0e83a127ffc68469 Mon Sep 17 00:00:00 2001 From: Daniel Valentine Date: Sun, 4 Dec 2022 14:57:19 -0700 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 824b92a..3fc04be 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This repo consists of four files: To generate `instances.json`, perform the following: -1. Modify `instances.txt` to add or remove instances. See [Expected CSV format](#Expected CSV format) for the expected format of each CSV row. +1. Modify `instances.txt` to add or remove instances. See [Expected CSV format](#expected-csv-format) for the expected format of each CSV row. 1. Run `generate-instances-json.sh -i ./instances.txt -o ./instances.json` to generate `instances.json`. The existing `instances.json` will be replaced. 1. Run `generate-instances-markdown.py --output=./instances.md ./instances.json` to generate `instances.md`. The existing `instances.md` file will be replaced.