From 6705683c191c75b392a61557fc363841ec8bb7f5 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Mon, 3 Jul 2023 18:14:17 +0100 Subject: [PATCH] doc(selfhosting): update example message to be more clear Co-authored-by: Jip Fr --- SELFHOSTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SELFHOSTING.md b/SELFHOSTING.md index 1d5bc602..e27a102d 100644 --- a/SELFHOSTING.md +++ b/SELFHOSTING.md @@ -33,7 +33,7 @@ Your proxy is now hosted on Cloudflare. Note the url of your worker as you will 3. Open `config.js` in Notepad, Visual Studio Code or similar. 4. Put your Cloudflare proxy URL in-between the double quotes of `VITE_CORS_PROXY_URL: ""`. Make sure to not have a slash at the end of your URL. - Example (THIS IS MINE, IT WONT WORK FOR YOU): `VITE_CORS_PROXY_URL: "https://test-proxy.test.workers.dev"` + Example (THIS IS AN EXAMPLE, IT WON'T WORK FOR YOU): `VITE_CORS_PROXY_URL: "https://test-proxy.test.workers.dev"` 5. Put your TMDB read access token inside the quotes of `VITE_TMDB_READ_API_KEY: ""`. You can generate it for free at [https://www.themoviedb.org/settings/api](https://www.themoviedb.org/settings/api). 6. Save the file