fix typo in readme

This commit is contained in:
Randall Schmidt 2021-08-19 15:09:39 -04:00
parent a386a54fbb
commit 9cea80be47
3 changed files with 3 additions and 3 deletions

@ -63,7 +63,7 @@ This is the default cache delegate. It caches responses in-process in a POJO.
Usage:
```js
import { fetchBuilder, MemoryCache } from'node-fetch-cache';
import { fetchBuilder, MemoryCache } from 'node-fetch-cache';
const fetch = fetchBuilder.withCache(new MemoryCache(options));
```

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "node-fetch-cache",
"version": "3.0.2",
"version": "3.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "node-fetch-cache",
"version": "3.0.2",
"version": "3.0.3",
"description": "node-fetch with caching.",
"main": "src/index.js",
"type": "module",