From d8f28c177ad4ed18bc828a493ff00d31d16cee56 Mon Sep 17 00:00:00 2001 From: Geoff Shannon Date: Sat, 16 Feb 2019 17:57:21 -0800 Subject: [PATCH] Make fd link actually link to fd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2167487..980fff32 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ You can use the `-exec` option of `find` to preview all search results with `bat find … -exec bat {} + ``` -If you happen to use [`fd`](https://github.com/sharkdp/bat), you can use the `-X`/`--exec-batch` option to do the same: +If you happen to use [`fd`](https://github.com/sharkdp/fd), you can use the `-X`/`--exec-batch` option to do the same: ```bash fd … -X bat ```