From 3dc39e9eba495b18dad2a7d79d45dcb634729dd7 Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Wed, 21 Feb 2024 21:52:25 +0100 Subject: Fix typo in example config --- README.md | 2 +- template.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94f013f..f7b4948 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ export const config = { // Use the cookie store of your local browser. (default = off) // Options: "chrome" | "edge" | "firefox" - cookies: "chrome" + cookies: "chrome", // Specify the output options. output: { diff --git a/template.js b/template.js index 33713aa..a7b4384 100644 --- a/template.js +++ b/template.js @@ -52,7 +52,7 @@ export const config = { // Use the cookie store of your local browser. (default = off) // Options: "chrome" | "edge" | "firefox" - // cookies: "chrome" + // cookies: "chrome", // Specify the output options. // output: { -- cgit v1.2.3