From 5b8b043a70610b5790d1a6df914042413f6247f0 Mon Sep 17 00:00:00 2001 From: Andrew Katz Date: Mon, 20 Jul 2020 20:53:00 -0400 Subject: [PATCH] Update README.md Add csv file to generated outputs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed2b4df..903e4ac 100644 --- a/README.md +++ b/README.md @@ -99,10 +99,11 @@ $ wireviz ~/path/to/file/mywire.yml This will output the following files ``` -mywire.gv GraphViz output +mywire.gv Raw GraphViz DOT file output of wiring diagram mywire.svg Wiring diagram as vector image mywire.png Wiring diagram as raster image mywire.bom.tsv BOM (bill of materials) as tab-separated text file +mywire.bom.csv BOM (bill of materials) as comma-separated, excel-format text file mywire.html HTML page with wiring diagram and BOM embedded ```