From 3296771b68559edb2cbcd98b37de594d2520a4d7 Mon Sep 17 00:00:00 2001 From: dylan Date: Thu, 25 Dec 2025 23:34:50 +0000 Subject: [PATCH] fixed incorrect line in the example and added thank you to xiffy --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 641c68f..e2a5b75 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ I watched this: [tktk](trakt.tv/users/username) **config.js:** ```js -export const linkFormat = 'html' +export const linkFormat = 'markdown' export const items = [ { @@ -111,7 +111,8 @@ There may be a better way to get this key, but this is how I found it. Original project by [melanie kat](https://source.tube/melanie/now-updater). Without her work, this fork would not exist. +Thank you also to [xiffy](https://github.com/xiffy/lfm) for the Last.fm scrobble fetching service this uses. + ## Support - Did you find this useful like I did? Melanie asks that you donate to [Trans Lifeline](https://translifeline.org) or [The Trevor Project](https://thetrevorproject.org) if you can. I will also add [Belong To](https://www.belongto.org) to that list. \ No newline at end of file