From f015649d162e25ff16f53e27b88f88fead89a865 Mon Sep 17 00:00:00 2001 From: Netsky <56271887+TheNetsky@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:42:01 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b2b04f..4cb78f5 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Under development, however mainly for personal use! | workers.doPunchCards | Complete punchcards | `true` | DO_PUNCH_CARDS | | workers.doDesktopSearch | Complete daily desktop searches | `true` | DO_DESKTOP_SEARCH | | workers.doMobileSearch | Complete daily mobile searches | `true` | DO_MOBILE_SEARCH | -| workers.doDailyCheckIn | Complete daily check-in activity | `true` | DO_DAILY_CHECKIN | +| workers.doDailyCheckIn | Complete daily check-in activity | `true` | DO_DAILY_CHECK_IN | | workers.doReadToEarn | Complete read to earn activity | `true` | DO_READ_TO_EARN | | globalTimeout | The length before the action gets timeout | `30000` (30 seconds) | GLOBAL_TIMEOUT | | searchSettings.useGeoLocaleQueries | Generate search queries based on your geo-location | `true` (Uses EN-US generated queries) | USE_GEO_LOCALE_QUERIES |