Fix example in README

This commit is contained in:
2024-06-01 11:55:27 +02:00
parent e39f6e9d66
commit 91ecb5b9ef

View File

@@ -23,7 +23,7 @@ The built binary will be in `burrito_out/example_cli_app_linux`
## Usage ## Usage
```shell ```shell
./burrito_out/example_cli_app_linux "~/**/*.{mp3}" ./burrito_out/example_cli_app_linux --path "~" --type "ogg" --type "mp3"
``` ```
## Development ## Development