update links
Signed-off-by: Flummi <git@srv.fail>
This commit is contained in:
parent
c0639ec3fa
commit
90f16308e3
|
@ -1,6 +1,6 @@
|
||||||
# flumm-fetch-cookies [![Build Status](https://travis-ci.org/kein-Bot/flumm-fetch-cookies.svg?branch=master)](https://travis-ci.org/kein-Bot/flumm-fetch-cookies)
|
# flumm-fetch-cookies [![Build Status](https://travis-ci.org/kein-Bot/flumm-fetch-cookies.svg?branch=master)](https://travis-ci.org/kein-Bot/flumm-fetch-cookies)
|
||||||
|
|
||||||
A [flumm-fetch](https://github.com/kein-Bot/flumm-fetch) wrapper with support for cookies.
|
A [flumm-fetch](https://git.lat/keinBot/flumm-fetch) wrapper with support for cookies.
|
||||||
It supports reading/writing from/to a JSON cookie jar and keeps cookies in memory until you call `CookieJar.save()` to reduce disk I/O.
|
It supports reading/writing from/to a JSON cookie jar and keeps cookies in memory until you call `CookieJar.save()` to reduce disk I/O.
|
||||||
|
|
||||||
### For upgrading from 1.2.x or below to 1.3.x or above, please read the [breaking API changes](#130-breaking-api-changes).
|
### For upgrading from 1.2.x or below to 1.3.x or above, please read the [breaking API changes](#130-breaking-api-changes).
|
||||||
|
@ -30,7 +30,7 @@ import {fetch, CookieJar} from "flumm-fetch-cookies";
|
||||||
### ...or without
|
### ...or without
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import {fetch, CookieJar} from "node-fetch-cookies";
|
import {fetch, CookieJar} from "flumm-fetch-cookies";
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
const cookieJar = new CookieJar();
|
const cookieJar = new CookieJar();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user