From d2a621543f6a746fa83f18ea9555aa9b67f9e2eb Mon Sep 17 00:00:00 2001 From: FoxRefire <155989196+FoxRefire@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:47:21 +0900 Subject: [PATCH] Updated How to add custom license scheme yourself (markdown) --- How-to-add-custom-license-scheme-yourself.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-add-custom-license-scheme-yourself.md b/How-to-add-custom-license-scheme-yourself.md index 1fbdd40..d632ea5 100644 --- a/How-to-add-custom-license-scheme-yourself.md +++ b/How-to-add-custom-license-scheme-yourself.md @@ -48,7 +48,7 @@ See [Contribution](https://github.com/FoxRefire/wvg/wiki/Contribution) for more * **method:** Specifies request method in string, `"POST"` is used in most cases. * **headers:** Specifies headers of request in `dict` or `str`, in most cases, specifying `licHeaders` as is. * **body:** Specifies requestBody of request in `bytes`, `str`, or `dict`, in most cases, either a `licBody` with a modified payload or a `challenge` is specified as is. - * **resType:** Specifies return type in string, accepts "blob", "str" or "json". + * **resType:** Specifies the return type in string, accepts `"blob"`, `"str"` or `"json"`. * **RESPONSE:** Returns fetch response as `bytes`, `str` or `dict` depending on the argument