From 73a8e960a76543f417d70ae6390a8c69397e0e10 Mon Sep 17 00:00:00 2001 From: Donkoko Date: Thu, 1 Aug 2024 13:12:33 +0300 Subject: [PATCH] mend --- docs/url-shortener.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/url-shortener.md b/docs/url-shortener.md index d03221f1e..6082a7f42 100644 --- a/docs/url-shortener.md +++ b/docs/url-shortener.md @@ -8,6 +8,6 @@ The redirection is handled via the `urlShortener` middleware. Using the shortener is super easy. -1. Add an env variable with your shortner domain: `URL_SHORTENER="hey.lo"`. You can refer to `.env.example` for further example. The domain should not include the protocol (http/https) or a trailing slash +1. Add an env variable with your shortner domain: `URL_SHORTENER="eam.sh"`. You can refer to `.env.example` for further example. The domain should not include the protocol (http/https) or a trailing slash 2. Make sure you point your short domain to your application server 3. Enjoy