diff options
| author | Ritesh Ghosh <[email protected]> | 2024-12-07 21:21:11 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-12-07 21:21:11 +0530 |
| commit | e57a4f06d91f5ad7bbec9328baaa7246723bac7b (patch) | |
| tree | 72615b224f1271dba7e5c417575e8e0d0e7933de | |
| parent | e0146af5127822232a94aec8bbb3de48e5441c4e (diff) | |
| download | aniwatch-api-e57a4f06d91f5ad7bbec9328baaa7246723bac7b.tar.xz aniwatch-api-e57a4f06d91f5ad7bbec9328baaa7246723bac7b.zip | |
docs: fix typo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ Currently this API supports parsing of only one custom header, and more may be i ### Environment Variables -More info can be found in [`.env.example`](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/.env.example) file, where envs's having a value that is contained within `<` `>` angled brackets are just examples and should be replaced with relevant ones. +More info can be found in the [`.env.example`](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/.env.example) file, where envs' having a value that is contained within `<` `>` angled brackets are just examples and should be replaced with relevant ones. - `ANIWATCH_API_PORT`: port number of the aniwatch API. - `ANIWATCH_API_WINDOW_MS`: duration to track requests for rate limiting (in milliseconds). |
