diff --git a/docs/commands/tag-compare.asciidoc b/docs/commands/tag-compare.asciidoc
index dd1fef3..0c48392 100644
--- a/docs/commands/tag-compare.asciidoc
+++ b/docs/commands/tag-compare.asciidoc
@@ -18,10 +18,10 @@ tag-compare [--no-table] (input1 input2)
=== Example Output
------------------
-| | amenity=restaurant | building=yes | name=<NULL> | name=<SIMILAR> |
-| amenity=restaurant | 4 | | | |
-| building=yes | | 28 | | |
-| name=<NULL> | | | 4 | |
-| name=<SIMILAR> | | | | 24 |
+| | amenity=restaurant | building=yes | name=<NULL> | name=<SIMILAR> |
+| amenity=restaurant | 4 | | | |
+| building=yes | | 28 | | |
+| name=<NULL> | | | 4 | |
+| name=<SIMILAR> | | | | 24 |
------------------