From 90f16308e3995e18ebc54513a6ff393486283ff6 Mon Sep 17 00:00:00 2001 From: Flummi Date: Wed, 16 Nov 2022 13:47:17 +0100 Subject: [PATCH] update links Signed-off-by: Flummi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index deaddf8..7dfc145 100644 --- a/README.md +++ b/README.md @@ -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) -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. ### 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 ```javascript -import {fetch, CookieJar} from "node-fetch-cookies"; +import {fetch, CookieJar} from "flumm-fetch-cookies"; (async () => { const cookieJar = new CookieJar();