From 5fe4423eeb3d930fa67773dcb115f02f6207fa41 Mon Sep 17 00:00:00 2001 From: Jon Renaut Date: Sat, 23 Jan 2021 15:00:06 -0500 Subject: [PATCH] typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7293064..e5f452a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ The CLI for generating FIRE-formatted files accepts three basic parameters: an i `fire-1099 path/to/input-file.json --output path/to/output-file.ascii` -`fire-1099 path/to/input-nec-file.json --output path/to/output-nec-file.ascii` --type NEC + +`fire-1099 path/to/input-nec-file.json --output path/to/output-nec-file.ascii --type NEC` The input file should be JSON-formatted according to the schema defined in the `/schema` folder of this repo. The output file given by `--output` is optional, and will default to a timestamped filename in the same directory as the input file. Not all fields in the input file are required. I recommend using the file `/spec/data/valid-minimal.json` as a starting point if you're not comfortable with the schema file itself.