Merge pull request #226 from jpcanepa/fix_readme

Correct separator example in Readme
This commit is contained in:
Alex Mazanov 2021-09-15 09:21:34 -04:00 committed by GitHub
commit 9c82c39f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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