Update README.md

Add csv file to generated outputs
This commit is contained in:
Andrew Katz 2020-07-20 20:53:00 -04:00 committed by GitHub
parent a6344933fe
commit 5b8b043a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```