From 05a146fef12057c8b415cb127a4254ec3c205d07 Mon Sep 17 00:00:00 2001 From: Randall Schmidt Date: Sun, 11 Jul 2021 08:49:52 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e82f280..600dcbe 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This module's fetch function has almost the exact same API as node-fetch, and yo This module just adds one extra function to the response object: -### res.ejectFromCache(): Promise +### res.ejectFromCache(): Promise\ This function can be used to eject the response from the cache, so that the next request will perform a true HTTP request rather than returning a cached response.