From c43bff5a923f4acad369396204c6f9fb683ceb33 Mon Sep 17 00:00:00 2001 From: Zvonimir Rudinski Date: Tue, 9 Dec 2025 23:59:07 +0100 Subject: [PATCH] change readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7af53a2..d309ede 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Jellydisc -Jellydisc updates Discord Rich Presence by checking what you're currently listening to on Jellyfin! +Jellydisc updates Discord Rich Presence by checking what you're currently listening (or watching) to on Jellyfin! ## Requirements - A Jellyfin server (self-hosted or hosted) @@ -12,7 +12,7 @@ Jellydisc updates Discord Rich Presence by checking what you're currently listen ```bash pip install -r requirements.txt ``` -3. Configure the `.env`, using the provided `.env.example` as a template. +3. Configure the `.env`, using the provided `settings.py` as a template. 4. Run the application: ```bash python main.py