From 2eb8c0af3fec651d7b341210b6953ced6f304e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 16 Oct 2024 12:32:35 +0200 Subject: [PATCH] Update spec/mercure.md Co-authored-by: Antoine Bluchet --- spec/mercure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/mercure.md b/spec/mercure.md index e15ab2c3..6d65760d 100644 --- a/spec/mercure.md +++ b/spec/mercure.md @@ -130,7 +130,7 @@ Example: const url = new URL('https://example.com/.well-known/mercure'); url.searchParams.append('topic', 'https://example.com/foo'); url.searchParams.append('topic', 'bar'); -url.searchParams.append('matchurlpattern', 'https://example.com/bar/:id'); +url.searchParams.append('matchURLPattern', 'https://example.com/bar/:id'); const eventSource = new EventSource(url);