From 69c798eafd93d174d0340158794b7c1d5f4e598d Mon Sep 17 00:00:00 2001 From: Ezinwa Okpoechi <1738373+BrainMaestro@users.noreply.github.com> Date: Fri, 1 Jun 2018 16:32:33 +0200 Subject: [PATCH] Fix command typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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