git.lucas.co / fontpreview
git clone https://git.lucas.co/fontpreview.git

commit991646ab4f9820e214c5841d19b01c113218f3be
parent541e00d544
authoranonymous <anonymous@darkweb.com>
date2024-05-21 19:45
updated readme.md

replaced sxiv with nsxiv

 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4e3db71..fac96bf 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 `fontpreview` is a commandline tool that lets you **quickly search** for fonts
 that are installed on your machine and preview them. The **fuzzy search** feature
 is provided by `fzf` and the preview is generated with `imagemagick` and then
-displayed using `sxiv`. This tool is **highly customizable**, almost all of the
+displayed using `nsxiv`. This tool is **highly customizable**, almost all of the
 variables in this tool can be changed using the commandline flags or you can
 configure them using environment variables.
 
@@ -14,7 +14,7 @@ configure them using environment variables.
 - `xdotool`
 - `fzf`
 - `imagemagick`
-- `sxiv`
+- `nsxiv`
 
 ## Installation
 ### Install using `make`