From 48169de9ceafab8e89090d6331c9d4ce75c4b12f Mon Sep 17 00:00:00 2001 From: cynic Date: Tue, 11 May 2021 11:39:08 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39ee30a..11a7a27 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ implemented: | type | route | args | returns | | -------------| ------------- | ------------- | ------------- | | GET | /info | | application/json | -| GET | /manga/search | ?title=str, ?author=str, ?artist=str, ?tags=(str,str...), ?sort | application/json | +| GET | /manga/search | ?title=str, ?author=str, ?artist=str, ?genre=str, ?sort | application/json | | GET | /manga/from_id | ?id=int | application/json | | GET | /manga/get_chapters | ?id=int | application/json | | GET | /manga/thumbnail | ?id=int | image/webp |