From 2e0bb6e74deb27938359f7d13f6e8ef67fc48ea8 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 12 Sep 2021 17:01:12 -0700 Subject: [PATCH] Remove superfluous asterisks. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34f3ba03..5b178c56 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ events/snapshots/UI. A perfect combination! | Option | Default | Description | | ------------- | - | -------------------------------------------- | -****| `webrtc.url` | | The RTSP url to pass to WebRTC. Specify this OR `webrtc.entity` (below).| +| `webrtc.url` | | The RTSP url to pass to WebRTC. Specify this OR `webrtc.entity` (below).| | `webrtc.entity` | | The RTSP entity to pass WebRTC. Specify this OR `webrtc.url` (above). | | `webrtc.*`| | Any other options in a `webrtc:` YAML dictionary are silently passed through to WebRTC. See [WebRTC Configuration](https://github.com/AlexxIT/WebRTC#configuration) for full details this external card provides.|