From 0f63dc4f1d63bf878e17f881e8c25c3fbc891bbc Mon Sep 17 00:00:00 2001 From: psyko-gh Date: Mon, 26 Aug 2024 18:12:57 +0200 Subject: [PATCH] docs: format --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index d998682..b7ee856 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -27,8 +27,8 @@ config: overseerr: # required apiUrl: http://localhost:5056/api/v1 - user: xxx # required - password: xxx # required + user: xxx # required + password: xxx # required # Optional - dryRun will not send requests to Overseerr # allowing you to test your rules dryRun: true