Fix typo in README

This commit is contained in:
Felisp 2023-12-25 23:58:03 +01:00
parent 0e4f54aabc
commit 25da07882c

View file

@ -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~