From a701bffae60b2b49e62b8c294afdbbafe32d8bd8 Mon Sep 17 00:00:00 2001 From: Sebastian Vollnhals <152031+yetzt@users.noreply.github.com> Date: Mon, 21 Mar 2022 23:01:32 +0100 Subject: [PATCH] remove dead link to benchmarks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84245a1c..7cb09da6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # node-tar -[Fast](./benchmarks) and full-featured Tar for Node.js +Fast and full-featured Tar for Node.js The API is designed to mimic the behavior of `tar(1)` on unix systems. If you are familiar with how tar works, most of this will hopefully be