Skip to content

Commit 1ba2f21

Browse files
committed
Drop mention of node-fetch in README
1 parent 24294ef commit 1ba2f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Implementation of fetch with a file-based HTTP cache for crawling purpose
22

33
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.
4+
of Node.js native `fetch` to add an HTTP cache using a local cache folder.
55

66
The code was developed for a particular scenario with specific requirements in
77
mind, and no attempts were made to generalize them. Publication as an npm
@@ -27,7 +27,7 @@ value!
2727

2828
## Installation
2929

30-
Run `npm install fetch-filecache-for-crawling`
30+
Run `npm install fetch-filecache-for-crawling`.
3131

3232
## Usage
3333

0 commit comments

Comments
 (0)