Skip to content

Commit

Permalink
docs: fix token usage
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo authored Mar 7, 2024
1 parent 6db098e commit e286a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
### Custom Options
**The following settings are optional and not required.**
- `-port` or `-p` : Listening port. Default is `1188`.
- `-token` : Access token. If you have set it up, each request will needs to include an `Authorization` header or `token` parameter in the parameters.
- `-token` : Access token. If you have set it up, each request needs to include `Authorization` in the **Headers** or `token` parameter in the **URL Params**.
- `-authkey` : DeepL Official `AuthKey`. If you have set it up, after the 429 response, the official AuthKey will be used for the request. If multiple authKeys are used simultaneously, they need to be separated by commas.

#### Requesting a token-protected **DeepLX API** instance using the `curl`
Expand Down

0 comments on commit e286a73

Please sign in to comment.