Skip to content

Commit e16bc1d

Browse files
committed
Tweak text
1 parent fc0797b commit e16bc1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/broadcaster/client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
const createExample = require('../../lib/browser/example');
44

55
const description = 'Start a broadcast. Your stream will be forwarded to \
6-
multiple "watchers". Although you can prototype such a system with \
7-
node-webrtc, you should consider using an \
6+
multiple viewers. Although you can prototype such a system with node-webrtc, \
7+
you should consider using an \
88
<a href="https://webrtcglossary.com/sfu/" target="_blank">SFU</a>.';
99

1010
const localVideo = document.createElement('video');

examples/viewer/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const createExample = require('../../lib/browser/example');
44

5-
const description = 'Watch a broadcast. You should have already started the \
5+
const description = 'View a broadcast. You should have already started the \
66
broadcast example. Although you can prototype such a system with node-webrtc, \
77
you should consider using an \
88
<a href="https://webrtcglossary.com/sfu/" target="_blank">SFU</a>.';

0 commit comments

Comments
 (0)