From 7a49433e17654b13cb77f6b877e524ccb1c29378 Mon Sep 17 00:00:00 2001 From: Seednode Date: Thu, 10 Nov 2022 14:54:17 -0600 Subject: [PATCH 1/2] Fixed typo in README, clarified that filters must be alphanumeric --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 146dcc8..50db798 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ Builds available [here](https://cdn.seedno.de/builds/roulette). ## Filtering -You can provide a comma-delimited string of patterns to match via the `include=` query parameter, assuming the `-f|--filter` flag is enabled. +You can provide a comma-delimited string of alphanumeric-only patterns to match via the `include=` query parameter, assuming the `-f|--filter` flag is enabled. Only filenames matching one or more of the patterns will be served. -You can also provide a comma-delimited string of patterns to exclude, via the `exclude=` query parameter. +You can also provide a comma-delimited string of alphanumeric patterns to exclude, via the `exclude=` query parameter. Filenames matching any of these patterns will not be served. @@ -34,7 +34,7 @@ A value of `sort=asc` means files will be served in ascending order (lowest-numb If a file exists with a numbered suffix one higher than the currently displayed file, it will be served next. -A value of `sort=desc` means files will be serve in descending order (highest-numbered to lowest). +A value of `sort=desc` means files will be served in descending order (highest-numbered to lowest). If a file exists with a numbered suffix one lower than the currently displayed file, it will be served next. From 6e16f6eef49447c7f10f8ab453c9ba8f88ee94eb Mon Sep 17 00:00:00 2001 From: Seednode Date: Thu, 10 Nov 2022 14:54:55 -0600 Subject: [PATCH 2/2] Fixed phrasing consistency in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50db798..be0f784 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Builds available [here](https://cdn.seedno.de/builds/roulette). ## Filtering -You can provide a comma-delimited string of alphanumeric-only patterns to match via the `include=` query parameter, assuming the `-f|--filter` flag is enabled. +You can provide a comma-delimited string of alphanumeric patterns to match via the `include=` query parameter, assuming the `-f|--filter` flag is enabled. Only filenames matching one or more of the patterns will be served.