From 633d486ac1d7a305a434e94ab0ef03d8a54c4d54 Mon Sep 17 00:00:00 2001 From: Craig Hills Date: Mon, 12 Oct 2020 07:50:28 -0400 Subject: [PATCH] Adjust the regex syntax reference wording --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba639dc..9e021bb 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,9 @@ X11/xinit/xinitrc X11/xinit/xserverrc ``` -The regular expression syntax used is that of the [rust regex library](https://docs.rs/regex/1.0.0/regex/#syntax). +The regular expression syntax used by fd is documented here: + +[https://docs.rs/regex/1.0.0/regex/#syntax](https://docs.rs/regex/1.0.0/regex/#syntax) ### Specifying the root directory