From 4937e64038abf9c3d88199ec8aa06000adc4bb78 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 6 Mar 2023 08:19:54 -0800 Subject: [PATCH] format markdown --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b5253d5..2dee9d82 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ Options: - `filter` Method that receives a path string as an argument, and returns a boolean indicating whether that path should be - deleted. With async rimraf methods, this may return a Promise - that resolves to a boolean. (Since Promises are truthy, + deleted. With async rimraf methods, this may return a Promise + that resolves to a boolean. (Since Promises are truthy, returning a Promise from a sync filter is the same as just not filtering anything.)