From f4750e092611bd159f05c3822517b4c28a0ea8f3 Mon Sep 17 00:00:00 2001 From: Joe Flateau Date: Mon, 23 Mar 2020 10:14:23 -0400 Subject: [PATCH] Fix link to broadcast viewers example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 537882a..aac92c3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This project presents a few example applications using node-webrtc. [node-canvas](https://github.com/Automattic/node-canvas), and RTCVideoSource to draw spinning text on top of an incoming video. - [record-audio-video-stream](examples/record-audio-video-stream) using [FFmpeg](https://www.ffmpeg.org) and RTCVideoSink. -- Broadcast example with one [broadcaster](examples/broadcaster) forwarding to many [viewers](examples/viewers). +- Broadcast example with one [broadcaster](examples/broadcaster) forwarding to many [viewers](examples/viewer). Usage -----