diff --git a/README.md b/README.md
index 40385a0..0d92494 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,11 @@ The `data` folder contains some channel lists and output files for testing.
## check
`./sani.py check data/test_chans_good.txt`
-
-
\
+
+
`./sani.py check data/test_chans_bad.txt`
-
+
Successful connections will be marked in green, failed connection in red, and alarm states will be printed in yellow.
@@ -23,11 +23,11 @@ Successful connections will be marked in green, failed connection in red, and al
## compare
`./sani.py compare data/test1.csv data/test4 -v`
-
-
\
+
+
`./sani.py compare data/test1.csv data/test3`
-
+
Entries that are identical in both files will not be shown. Differences will be printed as `LEFT | RIGHT`.