From 949321980221b5ba74d2f4c09451287e570f4098 Mon Sep 17 00:00:00 2001 From: Grant Miller Date: Mon, 26 Jul 2021 18:03:00 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ff4245..f9368ad 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ In order to run the generator, you will need to install the following tools: ## Generating the YAMLs -- Run `./d download_all` +- Run `./d download-all` - Run `python3 parse.py` This generates all the YAMLs in `data/` except those in `data/registers/`, which are manually extracted and cleaned up.