fix typo in readme
This commit is contained in:
parent
a386a54fbb
commit
9cea80be47
@ -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
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",
|
||||
|
Reference in New Issue
Block a user