From 91ecb5b9effe52b39517a97a22ae054e9ad7195b Mon Sep 17 00:00:00 2001 From: Pascal Schmid Date: Sat, 1 Jun 2024 11:55:27 +0200 Subject: [PATCH] Fix example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3524067..171e396 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The built binary will be in `burrito_out/example_cli_app_linux` ## Usage ```shell -./burrito_out/example_cli_app_linux "~/**/*.{mp3}" +./burrito_out/example_cli_app_linux --path "~" --type "ogg" --type "mp3" ``` ## Development