From caab45182457fb55698b6b3bd7f20f92b3e6e633 Mon Sep 17 00:00:00 2001 From: Citrinate Date: Sat, 13 Apr 2024 17:26:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89332f6..879c344 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ All filter options are explained below: #### MinDaysOld -`uint` type with default value of `0`. Packages must contain an app with a Steam release date newer than this many days or they will not be added to your account. You can leave this at `0` to allow for all values. +`uint` type with default value of `0`. Packages must contain an app which was released on Steam within the last `MinDaysOld` days or they will not be added to your account. You can leave this at `0` to not filter by release date. ---