updated the readme

This commit is contained in:
jblu 2022-07-22 23:50:35 -05:00
parent 31c953d698
commit 27bc8e171b

View File

@ -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"
} }
``` ```