From 038ec8640fe465dd9952d6cedae4e6a47dd7fa17 Mon Sep 17 00:00:00 2001 From: Evan Doyle Date: Tue, 20 Aug 2024 13:56:32 -0700 Subject: [PATCH] wording change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef0c9d3..f998078 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ More specifically, Pare is useful if you have functions which are: - compute intensive - blocking -- relatively isolated +- isolated - parallel Some examples are **document parsing**, **data aggregation**, **webhook handling** and **image processing**.