Skip to content

Commit 081f601

Browse files
authored
docs: fix json syntax highlight
Signed-off-by: Cody Olsen <[email protected]>
1 parent 5cfd8e3 commit 081f601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The Mux plugin will find its access tokens by fetching this document.
7777

7878
When a Mux video is uploaded/chosen in a document via this plugin, it gets stored as a reference to the video document:
7979

80-
```json
80+
```json5
8181
// example document
8282
{
8383
"_type": "exampleSchemaWithVideo",
@@ -112,7 +112,7 @@ Before you can display videos in your frontend, you need to follow these referen
112112

113113
For reference, here's an example `mux.videoAsset` document:
114114

115-
```json
115+
```json5
116116
{
117117
"_id": "4e37284e-cec2-406d-973c-fdf9ab1e5598",
118118
"_type": "mux.videoAsset",

0 commit comments

Comments
 (0)