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