From 25da07882c61fc5e6511fa359a7477848e1f4aa7 Mon Sep 17 00:00:00 2001 From: Felisp Date: Mon, 25 Dec 2023 23:58:03 +0100 Subject: [PATCH] Fix typo in README --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 2fd6e73..7412302 100644 --- a/README.org +++ b/README.org @@ -34,11 +34,12 @@ Right now there is no automated way to generate your feed url but making one by **** How to create URL -- Standart rules of URLs apply, if you know how to pass params in URL to any website, you don't even have to read this +Standart rules of URLs apply, if you know how to pass params in URL to any website, you don't even have to read this + - Open some text editor - Paste in default URL: ~https://tools.treebrary.org/thread-watcher/feed.xml?~ (you can use plain HTTP if you want to) - Now you can append any of the supported parameters (which you can find in the above table): -- For example if we want to be informed about threds with "cute" in their title +- For example if we want to be informed about threads with "cute" in their title - ~q=cute~ which would make ~https://tools.treebrary.org/thread-watcher/feed.xml?q=cute~ - If you want more than one param, separate with ~&~, for example: - ~q=cute~ and ~q=pretty~ would be ~https://tools.treebrary.org/thread-watcher/feed.xml?q=cute&q=pretty~