From 066ba772ee1caf9b4abf79f4587d0e216b793636 Mon Sep 17 00:00:00 2001 From: Juan Pablo Canepa Date: Wed, 15 Sep 2021 09:40:07 -0300 Subject: [PATCH] Correct separator example in Readme * Fixes #225 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2610ba1..6f21a23 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ If you provide multiple titles, the provided titles will be cycled in the menu b echo "This is a primary Menu Title" echo "This is a secondary Menu Title" echo "This is a n-th Menu Title" ---- +echo "---" echo "This is not a Menu Title, this will be showed in the drop-down menu only" ```