Skip to content

Commit 45071ab

Browse files
committed
Add language specifiers for markdown code blocks
1 parent 23f41ab commit 45071ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/examples/data-channels/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ data-channels is a WebRTC.rs application that shows how you can send/recv DataCh
33

44
## Instructions
55
### Build data-channels
6-
shell
6+
```shell
77
cargo build --example data-channels
88
```
99

examples/examples/insertable-streams/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ E2E encyption, add metadata or insert a completely different video feed!
88

99
## Instructions
1010
### Create IVF named `output.ivf` that contains a VP8 track
11-
shell
11+
```shell
1212
ffmpeg -i $INPUT_FILE -g 30 output.ivf
1313
```
1414

examples/examples/simulcast/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ is selected.
77

88
## Instructions
99
### Build simulcast
10-
shell
10+
```shell
1111
cargo build --example simulcast
1212
```
1313

0 commit comments

Comments
 (0)