Skip to content

Commit

Permalink
Update spec/mercure.md
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Bluchet <[email protected]>
  • Loading branch information
dunglas and soyuka authored Oct 16, 2024
1 parent 45bd02d commit 2eb8c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mercure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 2eb8c0a

Please sign in to comment.