Fix typo in README
This commit is contained in:
parent
0e4f54aabc
commit
25da07882c
1 changed files with 3 additions and 2 deletions
|
@ -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~
|
||||
|
|
Loading…
Reference in a new issue