Fix example

This commit is contained in:
Night Kaly 2025-02-13 13:30:22 +00:00
parent fd84c162af
commit 78a4499309
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

View file

@ -4,7 +4,7 @@ neo is a fuzzy finder inspired by fnf and supports basic colours.
# Usage
```
cat file | neo
echo "choice1\nchoice2\nchoice3" | neo
echo -e "choice1\nchoice2\nchoice3" | neo
```
# Dependencies