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

View File

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