From d3cd4392d4a35a8f1e10287a07e57da6ae079e78 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 14 Aug 2024 09:04:53 -0700 Subject: [PATCH] remove extraneous 'for example' --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a08edba9..7d69067e 100644 --- a/README.md +++ b/README.md @@ -363,8 +363,6 @@ The return value of the method is ignored. All that matters is the final state of the entry object. This can also be used to track the files added to an archive, for example. -For example: - ```js import * as tar from 'tar' const filesAdded = []