From 41045996ae8ff88fd79d7e25350471a5b01682f9 Mon Sep 17 00:00:00 2001 From: Randall Schmidt Date: Fri, 11 Jun 2021 13:11:16 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83752de..429ff1a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ node-fetch with caching of responses. -The first fetch with any given arguments will result in an HTTP request and any subsequent fetch with the same arguments will read the response body from the cache. +The first fetch with any given arguments will result in an HTTP request and any subsequent fetch with the same arguments will read the response from the cache. By default responses are cached in memory, but you can also cache to files on disk, or implement your own cache. See the **Cache Customization** section for more info.