From 6e3e7dafcaa840ed72748f2ca1e99e420769907b Mon Sep 17 00:00:00 2001 From: Alexander Jackson Date: Wed, 3 Jun 2020 06:47:33 +0100 Subject: [PATCH] Clarify more wording when reading from stdin Update the word 'initial' to be 'first', as this is more ubiquitous and potentially easier for non-native speakers. Clarify that it is the highlighting that may not work, and the input will still be displayed regardless. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb7692f1..211f54bd 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ Display multiple files at once > bat src/*.rs ``` -Read from stdin, determine the syntax automatically (note, this will only work -if the syntax can be determined from the initial line of the file, usually -through a shebang such as `#!/bin/sh`) +Read from stdin, determine the syntax automatically (note, highlighting will +only work if the syntax can be determined from the first line of the file, +usually through a shebang such as `#!/bin/sh`) ```bash > curl -s https://sh.rustup.rs | bat