We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24294ef commit 1ba2f21Copy full SHA for 1ba2f21
README.md
@@ -1,7 +1,7 @@
1
# Implementation of fetch with a file-based HTTP cache for crawling purpose
2
3
Node.js module that exports a `fetch` function that extends the implementation
4
-from `node-fetch` to add an HTTP cache using a local cache folder.
+of Node.js native `fetch` to add an HTTP cache using a local cache folder.
5
6
The code was developed for a particular scenario with specific requirements in
7
mind, and no attempts were made to generalize them. Publication as an npm
@@ -27,7 +27,7 @@ value!
27
28
## Installation
29
30
-Run `npm install fetch-filecache-for-crawling`
+Run `npm install fetch-filecache-for-crawling`.
31
32
## Usage
33
0 commit comments