Skip to content

Commit de95fc0

Browse files
committed
Update README.md
1 parent 460fe5e commit de95fc0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
A command-line utility for diff'ing log files.
1111

12-
Quickly find diffing lines in all kinds of logs,
13-
namely build/CI logs, server/container logs or any such.
14-
Figure out _why exactly_ the shit is failing quickly.
12+
Quickly find **difference lines** in **all kinds of logs**,
13+
namely build/CI logs, server/container logs, or any similar such.
14+
Figure out quickly **what changed** and _why exactly_ the shit is failing.
1515

16-
The script works by replacing common stochastic string [patterns],
16+
The script works by simply replacing common stochastic string [patterns],
1717
such as datetime timestamps, download speeds, temporary files,
18-
HTTP header values, UUIDs, hash digests etc., with known fixed
18+
HTTP header values, UUIDs, hash digests etc. with known fixed
1919
values that a tool such as `diff` can then easily skip.
2020

2121
[patterns]: https://github.com/kernc/diff-logs/blob/master/diff-logs.py

0 commit comments

Comments
 (0)