From 8543b62216b3504d552f8f5329bcd550df369063 Mon Sep 17 00:00:00 2001 From: elipeter Date: Mon, 16 Jun 2025 23:48:58 +0200 Subject: [PATCH] Remove credit section from README.md as it is no longer applicable --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index f57ac5a2..8b137891 100644 --- a/README.md +++ b/README.md @@ -1,4 +1 @@ -## Credit -Portions of `walk.rs` are adapted from [fd](https://github.com/sharkdp/fd) by the fd developers (MIT License). -See [`walk.rs`](src/walk.rs) for modification details.