diff --git a/README.md b/README.md
index 3b90b58..abf8db7 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ WireViz is a tool for easily documenting cables, wiring harnesses and connector
* [DIN 47100](https://en.wikipedia.org/wiki/DIN_47100) (WT/BN/GN/YE/GY/PK/BU/RD/BK/VT/...)
* [IEC 62](https://en.wikipedia.org/wiki/Electronic_color_code#Color_band_system) (BN/RD/OR/YE/GN/BU/VT/GY/WT/BK/...)
* Understands wire gauge in mm² or AWG
- * Optionally auto-calculates and displays AWG equivalent when specifying mm²
+ * Optionally auto-calculates equivalent gauge between mm² and AWG
* Allows more than one connector per side, as well as loopbacks
* Allows for easy-autorouting for 1-to-1 wiring
* Generates BOM (Bill of Materials)
diff --git a/examples/ex02.bom.tsv b/examples/ex02.bom.tsv
index 4c8d11e..67cb7f0 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 b914864..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 | 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 148fa57..be3f0ab 100644
--- a/examples/ex02.html
+++ b/examples/ex02.html
@@ -119,7 +119,7 @@
2x
-0.25 mm² (24 AWG)
+20 AWG (0.75 mm²)
0.2 m
@@ -255,4 +255,4 @@
-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 |