From 397cae43732156cbbf39e9e44e4c04e185897ed4 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 24 Mar 2020 00:07:11 -0300 Subject: [PATCH] Modified the subitem style to match GitHub style --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b412d1bb..685f1996 100644 --- a/README.md +++ b/README.md @@ -77,23 +77,23 @@ In this section you put all the things that you want to generate. This section The available values for *type* are: - Plot formats: --- `gerber` the gerbers for fabrication. --- `ps` postscript plot ---`hpgl` format for laser printers --- `svg` scalable vector graphics --- `pdf` portable document format --- `dxf` mechanical CAD format + - `gerber` the gerbers for fabrication. + - `ps` postscript plot + -`hpgl` format for laser printers + - `svg` scalable vector graphics + - `pdf` portable document format + - `dxf` mechanical CAD format - Drill formats: --- `excellon` data for the drilling machine --- `gerb_drill` drilling positions in a gerber file + - `excellon` data for the drilling machine + - `gerb_drill` drilling positions in a gerber file - Pick & place --- `position` of the components for the pick & place machine + - `position` of the components for the pick & place machine - Documentation --- `pdf_sch_print` schematic in PDF format --- `pdf_pcb_print`PDF file containing one or more layer and the page frame + - `pdf_sch_print` schematic in PDF format + - `pdf_pcb_print`PDF file containing one or more layer and the page frame - Bill of Materials --- `kibom` BoM in HTML or CSV format generated by [KiBoM](https://github.com/INTI-CMNB/KiBoM) --- `ibom` Interactive HTML BoM generated by [InteractiveHtmlBom](https://github.com/INTI-CMNB/InteractiveHtmlBom) + - `kibom` BoM in HTML or CSV format generated by [KiBoM](https://github.com/INTI-CMNB/KiBoM) + - `ibom` Interactive HTML BoM generated by [InteractiveHtmlBom](https://github.com/INTI-CMNB/InteractiveHtmlBom) ## Using KiPlot