Update README.md

This commit is contained in:
lapp
2026-05-03 14:56:53 -07:00
parent 85d7ddc4f7
commit 16f53bb5e5
+1 -1
View File
@@ -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.