Skip to content

Commit 513d2fb

Browse files
authored
Add "js" info string to unmarked code blocks (#140)
Improves code block formatting/highlighting
1 parent 321eba1 commit 513d2fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ group of Chrome-facilitated testing.
319319
The following javascript call will then enable debug mode for all future reports
320320
requested in that context (e.g. Shared Storage operation or Protected Audience
321321
function call):
322-
```
322+
```js
323323
privateAggregation.enableDebugMode();
324324
```
325325
The browser can optionally apply debug mode to reports requested earlier in that
@@ -332,7 +332,7 @@ calls will throw an exception.
332332
To allow sites to associate reports with the contexts that triggered them, we
333333
also allow setting 64-bit unsigned integer debug keys. These keys are passed as
334334
an optional field to the javascript call, for example:
335-
```
335+
```js
336336
privateAggregation.enableDebugMode({debugKey: 1234n});
337337
```
338338

0 commit comments

Comments
 (0)