Skip to content

Commit

Permalink
fix: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
uhidontkno authored May 30, 2024
1 parent 00a731d commit c30696f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Assuming you already cloned the repo, and installed [Bun](https://bun.sh):

----

**GET/POST** `/request/[url]/results.txt`:
**GET/POST** `/check/[url]/results.txt`:
* If a GET request was made, it will show a FilterChecker report of all filters
* If a POST reqest was made, you'll have an option to specify what filter in a JSON format, the options are:
* `lightspeed` or `ls` for Lightspeed
Expand Down Expand Up @@ -64,7 +64,7 @@ Category: Streaming-Media

----

**GET/POST** `/request/[url]/results.json`:
**GET/POST** `/check/[url]/results.json`:
* If a GET request was made, it will show a FilterChecker report of all filters in a JSON format.

* If a POST reqest was made, you'll have an option to specify what filter in a JSON format, the options are:
Expand Down

0 comments on commit c30696f

Please sign in to comment.