From 16f53bb5e5b0ae132f24837d13ca80c08a68db3e Mon Sep 17 00:00:00 2001 From: lapp Date: Sun, 3 May 2026 14:56:53 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e677cf..bbed3a4 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ pip install -r requirements.txt 5. **Important:** Change the password on this line to something only you know, also replace the worker url with your cloudflare worker: ```javascript const AUTH_KEY = "your-secret-password-here"; - const WORKER_URL "https://myworker.workers.dev"; + const WORKER_URL = "https://myworker.workers.dev"; ``` 6. Click **Deploy** → **New deployment**. 7. Choose **Web app** as the type.