aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-10-06 09:00:27 +0530
committerGitHub <[email protected]>2024-10-06 09:00:27 +0530
commit3e84349a41bc07714e61748b47986f5ffd81b10b (patch)
tree12a8d05d9869f6d10a59580f2f44cd8e175948a9
parent972cf2c2039fab8fbb3ca69666d33d417f6dab1e (diff)
downloadaniwatch-api-3e84349a41bc07714e61748b47986f5ffd81b10b.tar.xz
aniwatch-api-3e84349a41bc07714e61748b47986f5ffd81b10b.zip
docs: update personal deployment section
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a883eca..e620851 100644
--- a/README.md
+++ b/README.md
@@ -146,7 +146,7 @@ More info can be found in [`.env.example`](https://github.com/ghoshRitesh12/aniw
> For personal deployments:
>
> - If you wanna have rate limitting in your application, then set the `ANIWATCH_API_HOSTNAME` env to your deployed instance's hostname, otherwise don't set or have this env at all. If you set this env to an incorrect value, you may face other issues.
-> - Remove the if block from the [`server.ts`](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts) file, spanning from lines [71](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts#L71) to [84](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts#L84).
+> - Remove the if block from the [`server.ts`](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts) file, spanning from lines [71](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts#L71) to [83](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts#L83).
### Vercel