From 77636a0aa43eeb405a659aae1a695b3198991971 Mon Sep 17 00:00:00 2001 From: nite Date: Wed, 9 Apr 2025 16:48:23 +1000 Subject: [PATCH] u --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6efbadf..c3a7982 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Create a `config.json` file in the root directory with the following structure: "client_secret": "your_client_secret" }, "webhook_secret": "your_webhook_secret", - "extral_url": "https://your-webhook-url.com" + "external_url": "https://your-webhook-url.com" } ```