Correct separator example in Readme

* Fixes #225
This commit is contained in:
Juan Pablo Canepa 2021-09-15 09:40:07 -03:00
parent 47e9728ff5
commit 066ba772ee

View File

@ -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"
```