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