update readme

This commit is contained in:
Randall Schmidt 2021-06-10 12:52:42 -04:00
parent 075dad56ab
commit e3522e95a7

@ -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');