Skip to content

Commit 9783e1f

Browse files
committed
Remove trailing spaces in 'README.md' files
1 parent c910331 commit 9783e1f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

examples/examples/data-channels-detach-create/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# data-channels-detach-create
2-
data-channels-detach-create is an example that shows how you can detach a data channel.
3-
This allows direct access the the underlying [webrtc-rs/data](https://github.com/webrtc-rs/data).
2+
3+
data-channels-detach-create is an example that shows how you can detach a data channel.
4+
This allows direct access the the underlying [webrtc-rs/data](https://github.com/webrtc-rs/data).
45

56
The example mirrors the data-channels-create example.
67

examples/examples/data-channels-flow-control/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This example demonstrates how to use the following property / methods.
33

44
* pub async fn buffered_amount(&self) -> usize
5-
* pub async fn set_buffered_amount_low_threshold(&self, th: usize)
5+
* pub async fn set_buffered_amount_low_threshold(&self, th: usize)
66
* pub async fn buffered_amount_low_threshold(&self) -> usize
77
* pub async fn on_buffered_amount_low(&self, f: OnBufferedAmountLowFn)
88

examples/examples/play-from-disk-vpx/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ The `output_vp8.ivf`/`output_vp9.ivf` you created should be in the same director
2222

2323
#### Linux/macOS
2424
1. Run `echo $BROWSER_SDP | ./target/debug/examples/play-from-disk-vpx -v examples/test-data/output_vp8.ivf -a examples/test-data/output.ogg`
25-
2. Run `echo $BROWSER_SDP | ./target/debug/examples/play-from-disk-vpx -v examples/test-data/output_vp9.ivf -a examples/test-data/output.ogg --vp9`
25+
2. Run `echo $BROWSER_SDP | ./target/debug/examples/play-from-disk-vpx -v examples/test-data/output_vp9.ivf -a examples/test-data/output.ogg --vp9`
26+
2627
#### Windows
2728
1. Paste the SessionDescription into a file.
2829
2. Run `./target/debug/examples/play-from-disk-vpx -v examples/test-data/output_vp8.ivf -a examples/test-data/output.ogg < my_file`

0 commit comments

Comments
 (0)