aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-08-15 23:33:46 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2016-08-15 23:33:46 +0200
commit84b38921ee2cc79ed46287c03133b5eb92597748 (patch)
tree58d32cca68573556c535017ed417d17a46340dae /README.md
parente0b3400048f15e100b2ff7dac8beee4a51d9db58 (diff)
downloadkicad-utils-84b38921ee2cc79ed46287c03133b5eb92597748.tar.gz
kicad-utils-84b38921ee2cc79ed46287c03133b5eb92597748.tar.bz2
kicad-utils-84b38921ee2cc79ed46287c03133b5eb92597748.tar.xz
kicad-utils-84b38921ee2cc79ed46287c03133b5eb92597748.zip
o Adding new command: kicad_pcb_plot to plot a PCB.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index af174b6..b9a1bdf 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ For example the `nodemcu-arduino` template will assume that the part follows the
will look like this:
namespace schematic {
-
+ ...
static const int AD0 = D0;
...
}