Fix command typo

This commit is contained in:
Ezinwa Okpoechi 2018-06-01 16:32:33 +02:00 committed by David Peter
parent 195d5e0e16
commit 69c798eafd
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ bat header.md content.md footer.md > document.md
bat -n main.rs # show line numbers (only)
cat f - g # output 'f', then stdin, then 'g'.
bat f - g # output 'f', then stdin, then 'g'.
```
## Installation