From 598ba4fe7149e23f06ffeefb9ebbdee91484a65b Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Tue, 22 Sep 2020 13:34:52 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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`.