diff --git a/internal/web/templates/result.html b/internal/web/templates/result.html
index 1d55e0b..5c3e2ce 100644
--- a/internal/web/templates/result.html
+++ b/internal/web/templates/result.html
@@ -42,29 +42,32 @@
-
+
Top Commands
{{range .topCommands}}
- - {{.Command}} - {{.Count}} times
+ - {{.Count}} times - {{.Command}}
{{end}}
-
+
Tools
{{range .categoryStats}}
- - {{.Command}} - {{.Count}} times
+ - {{.Count}} times - {{.Command}}
{{end}}
-
- Common Patterns
+
+ Patterns
{{range .commonPatternStats}}
- - {{.Command}} - {{.Count}} times
+ - {{.Count}} times - {{.Command }}
{{end}}
Pipe Counts