Skip to content

Commit 98eebca

Browse files
authored
Update index.html
1 parent 72ba9cd commit 98eebca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<input type="checkbox" id="stun" name="stun" disabled="disabled" checked="checked"> <label for="stun">STUN</label>
131131
<a href="https://crates.io/crates/rtc-stun"><img src="https://img.shields.io/crates/v/rtc-stun.svg"></a>
132132
&nbsp;
133-
<input type="checkbox" id="turn" name="turn" disabled="disabled"> <label for="turn">TURN</label>
133+
<input type="checkbox" id="turn" name="turn" disabled="disabled" checked="checked"> <label for="turn">TURN</label>
134134
<a href="https://crates.io/crates/rtc-turn"><img src="https://img.shields.io/crates/v/rtc-turn.svg"></a>
135135
&nbsp;
136136
<input type="checkbox" id="ice" name="ice" disabled="disabled" checked="checked"> <label for="ice">ICE</label>

0 commit comments

Comments
 (0)