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~