From 318f0a45b68d291608c801cff491cfc2bb154883 Mon Sep 17 00:00:00 2001 From: CoeJoder Date: Tue, 9 Mar 2021 22:52:24 -0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c9d34a..e714dfa 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ export LESSOPEN='|~/.lessfilter %s' ### 4. Create ~/.lessfilter Run [main.py](main.py) to generate the latest `.lessfilter` file and place it in your home directory. Or you can download a pre-generated [.lessfilter](.lessfilter) which is currently at version `2.8.0`. -Check your program version by running `pygmentize -V` to ensure it matches. +Check your program version by running `pygmentize -V` to ensure that it is this version or newer. ### 5. Make ~/.lessfilter executable ```shell