From 86979b2fcfddb6eadfbfdf319c145e87016ca9a2 Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:37:11 -0400 Subject: [PATCH] Update readme for v3.0.0 --- .pre-commit-config.yaml | 1 - README.md | 19 ++++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 079f3f7..889c6bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: - - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-toml diff --git a/README.md b/README.md index b797409..8cc3a01 100644 --- a/README.md +++ b/README.md @@ -100,17 +100,18 @@ where precise delay modifications can be made. If updates make changes to the de Example config `~/.config/bing-rewards/config.json` ```json { - "desktop-count": 30, - "mobile-count": 20, - "load-delay": 1.5, - "search-delay": 2, - "search-url": "https://www.bing.com/search?FORM=CHROMN&q=", - "desktop-agent": "Mozilla/5.0 ... ", - "mobile-agent": "Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1) ... ", - "browser-path": "C:\\Program Files (x86)\\BraveSoftware\\Brave-Browser\\Application\\brave.exe" + "desktop_count": 30, + "mobile_count": 20, + "load_delay": 1.5, + "search_delay": 2, + "search_url": "https://www.bing.com/search?FORM=CHROMN&q=", + "desktop_agent": "Mozilla/5.0 ... ", + "mobile_agent": "Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1) ... ", + "browser_path": "C:\\Program Files (x86)\\BraveSoftware\\Brave-Browser\\Application\\brave.exe" } ``` -Delay timings are in seconds. +Delay timings are in seconds. +Note: the format has slightly changed in version >= 3.0, so delete and regenerate accordingly. ## User agents