diff --git a/README.md b/README.md index 79fcebe..0ecb001 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ nnoremap `` :nohlsearch:call minimap#vim#ClearColorSearch() The version of `wc` that ships with MacOS does not have support for the `-L` flag. To use background processing on MacOS, install `gnu-wc`. Example via homebrew: ``` -brew install gnu-wc +brew install coreutils ``` ---