From 27bc8e171b8356746e37eff0abfcbdd0725395f2 Mon Sep 17 00:00:00 2001 From: jblu Date: Fri, 22 Jul 2022 23:50:35 -0500 Subject: [PATCH] updated the readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29f03df..d866bdd 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,11 @@ Config.json } ``` -You will need a tracker-whitelist.json in the root directory +You will need a category-whitelist.json in the root directory. This will ignore any of the categories found in the values of the entries. ``` { - "example": "general" + "example": "general", + "example2": "sonarr" } ```