update readme

This commit is contained in:
Randall Schmidt 2021-06-10 12:52:42 -04:00
parent 664e2afc59
commit 32a50f757a

@ -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. 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 ```js
const createNodeFetchCache = require('node-fetch-cache'); const createNodeFetchCache = require('node-fetch-cache');