diff --git a/examples/ex02.bom.tsv b/examples/ex02.bom.tsv
index 4c8d11e3..a85de3ed 100644
--- a/examples/ex02.bom.tsv
+++ b/examples/ex02.bom.tsv
@@ -1,4 +1,5 @@
Item Qty Unit Designators
Connector, Molex Micro-Fit, female, 2 pins 3 X2, X3, X4
Connector, Molex Micro-Fit, male, 2 pins 1 X1
-Cable, 2 x 0.25 mm² 0.6 m W1, W2, W3
+Cable, 2 x 0.25 mm² 0.4 m W1, W2
+Cable, 2 x 20 awg 0.2 m W3
diff --git a/examples/ex02.gv b/examples/ex02.gv
index b914864f..030934da 100644
--- a/examples/ex02.gv
+++ b/examples/ex02.gv
@@ -28,5 +28,5 @@ graph {
edge [color="#000000:#ff0000:#000000"]
X1:p2r:e -- W3:w2:w
W3:w2:e -- X4:p2l:w
- W3 [label=<
W3 | 2x | 0.25 mm² (24 AWG) | 0.2 m |
|
|
|
> fillcolor=white margin=0 shape=box style=""]
+ W3 [label=<W3 | 2x | 20 awg (0.75 mm²) | 0.2 m |
|
|
|
> fillcolor=white margin=0 shape=box style=""]
}
diff --git a/examples/ex02.html b/examples/ex02.html
index 148fa572..aafa0e9d 100644
--- a/examples/ex02.html
+++ b/examples/ex02.html
@@ -1,7 +1,7 @@
Diagram
-
-Bill of Materials
Item | Qty | Unit | Designators |
---|
Connector, Molex Micro-Fit, female, 2 pins | 3 | | X2, X3, X4 |
Connector, Molex Micro-Fit, male, 2 pins | 1 | | X1 |
Cable, 2 x 0.25 mm² | 0.6 | m | W1, W2, W3 |
\ No newline at end of file
+Bill of Materials
Item | Qty | Unit | Designators |
---|
Connector, Molex Micro-Fit, female, 2 pins | 3 | | X2, X3, X4 |
Connector, Molex Micro-Fit, male, 2 pins | 1 | | X1 |
Cable, 2 x 0.25 mm² | 0.4 | m | W1, W2 |
Cable, 2 x 20 awg | 0.2 | m | W3 |