Skip to content

Commit

Permalink
fix(markdown): change code block type to http
Browse files Browse the repository at this point in the history
Updated the code block from 'http request' to 'http' for proper syntax highlighting.
  • Loading branch information
vinceAmstoutz authored Dec 11, 2024
1 parent 97c171b commit 162eae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ history.onpushstate = function(e) {
Assuming `/authors/1` returned the following:
```http request
```http
Link: <https://localhost/authors/1>; rel="self"
Link: <https://localhost/.well-known/mercure>; rel="mercure"
```
Expand Down

0 comments on commit 162eae7

Please sign in to comment.