From f9737d882bee77a053fae3b7d99cec4e80e2ef48 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Tue, 4 Jun 2024 14:00:53 -0600 Subject: [PATCH] Fix count documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c64fdb9..3826893 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Any entry whose schedule falls within the current date/time at the time of execu You can define as many schedules as you want, in the following categories (order does not matter): 1. **always**: Items listed here will always be included (appended) to the preroll list - - If you have a large set of prerolls, you can provide all paths and use `random_count` to randomly select a smaller + - If you have a large set of prerolls, you can provide all paths and use `count` to randomly select a smaller subset of the list to use on each run. 2. **date_range**: Schedule based on a specific date/time range (including [wildcards](#date-range-section-scheduling))