From 120a76e2348d5435d18886c9b5231391f27854e3 Mon Sep 17 00:00:00 2001 From: aliyss Date: Sat, 17 Feb 2024 07:25:11 +0100 Subject: [PATCH] README fixes --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 57d1714..a67ab30 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ async function main() { query: "cooking salt", }, { leshopch: guestInfo.token }) - console.log(responseProductSearch) + console.log(responseProductSearch) - // Certain API Calls need cookies to be accessed. - // For more accessible options and automatic logins check the IamQuiteHungry Repository: https://github.com/Aliyss/IAmQuiteHungry - const loginCookies: ILoginCookies = { + // Certain API Calls need cookies to be accessed. + // For more accessible options and automatic logins check the IamQuiteHungry Repository: https://github.com/Aliyss/IAmQuiteHungry + const loginCookies: ILoginCookies = { __VCAP_ID__: "", MDID: "", JSESSIONID: "", diff --git a/package.json b/package.json index 6d14683..73b556f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "migros-api-wrapper", - "version": "1.1.14", + "version": "1.1.15", "description": "Making the api of migros more accessible to the public.", "keywords": [ "migros",