From 32a50f757a77630d945db5423226632a33ead8a2 Mon Sep 17 00:00:00 2001 From: Randall Schmidt Date: Thu, 10 Jun 2021 12:52:42 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9db034a..7184e7c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This module aims to expose the same API as `node-fetch` does for the most common Load the module and specify the directory to cache responses in. -If this syntax looks at all foreign to you, you can do this: +If this syntax looks at all foreign to you, you can do this instead: ```js const createNodeFetchCache = require('node-fetch-cache');