From 78a4499309c95dd1d4c7715578b6c8deefe10ad6 Mon Sep 17 00:00:00 2001
From: night0721 <night@night0721.xyz>
Date: Thu, 13 Feb 2025 13:30:22 +0000
Subject: [PATCH] Fix example

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cc84436..da3f43c 100644
--- a/README.md
+++ b/README.md
@@ -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