Skip to content

Commit

Permalink
Fix a few typos in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Dec 2, 2023
1 parent 8b5553b commit a86b615
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,22 @@ Usage: diff-logs < FILE1.log # Print log file diff-frienly
```


Eaxmples
Examples
--------
Diff two log files:
### Diff two log files
```shell
diff-logs FILE1 FILE2 # Invokes `diff`
# or
export DIFFTOOL=meld
diff-logs FILE1 FILE2 # Invokes `meld`
```
Diff-friendly-format a single log file:

### Diff-friendly-format a single log file
```shell
diff-logs < FILE1 > FILE1.clean
```

-----
Finally, everyone can diff their logs with ease! 🥳
Finally, we can diff our logs with ease! 🥳

Improvements welcome!

0 comments on commit a86b615

Please sign in to comment.