diff --git a/README.md b/README.md index 0ebb39a8..92b40f47 100644 --- a/README.md +++ b/README.md @@ -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