Skip to content

Commit 162eae7

Browse files
authoredDec 11, 2024··
fix(markdown): change code block type to http
Updated the code block from 'http request' to 'http' for proper syntax highlighting.
1 parent 97c171b commit 162eae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/client-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ history.onpushstate = function(e) {
108108
109109
Assuming `/authors/1` returned the following:
110110
111-
```http request
111+
```http
112112
Link: <https://localhost/authors/1>; rel="self"
113113
Link: <https://localhost/.well-known/mercure>; rel="mercure"
114114
```

0 commit comments

Comments
 (0)
Please sign in to comment.