From 9827852e967849714b9497c74543eb14a17606d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Mei=C3=9Felbach?= Date: Fri, 29 Nov 2019 23:59:53 +0100 Subject: Fix example provider --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3a07af..70fbac9 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ The structure looks like this: ``` [my-provider] -list_cmd=echo 'my-custom-entry\034my-provider\034 \034My custom provider' -preview_cmd=echo 'This is the preview of {1}' +list_cmd=echo -e 'my-custom-entry\034my-provider\034 My custom provider' +preview_cmd=echo -e 'This is the preview of {1}' launch_cmd=notify-send 'I am now launching {1}' ``` -- cgit v1.2.3