diff --git a/examples/ex02.bom.tsv b/examples/ex02.bom.tsv
index a85de3e..67cb7f0 100644
--- a/examples/ex02.bom.tsv
+++ b/examples/ex02.bom.tsv
@@ -2,4 +2,4 @@ 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
+Cable, 2 x 20 AWG 0.2 m W3
diff --git a/examples/ex02.gv b/examples/ex02.gv
index 030934d..8f29aaf 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 | 20 awg (0.75 mm²) | 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 aafa0e9..be3f0ab 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.4 | m | W1, W2 |
| Cable, 2 x 20 awg | 0.2 | m | 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 |