From 97da97928832a309d2e51e29f6cc2c25ecf99218 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Wed, 1 Apr 2020 13:19:28 +0200 Subject: [PATCH] fixes readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8211f60..e0d6dc9 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,4 @@ For a docker based setup, you can use the docker image [quay.io/xsteadfastx/jits 1. [Enable](https://github.com/jitsi/jitsi-videobridge/blob/master/doc/statistics.md) `/colibri/stats` for the Jitsi videobridge. When you use the Jitsi docker setup use environment variable `JVB_ENABLE_APIS=rest,colibri`. 2. Be sure that the exporter and the videobridge API can communicate. In the docker Jitsi setup: Add the `jitsiexporter` to the `jitsi-meet_meet.jitsi`-network. The url would be `http://jitsi-meet_jvb_1:8080`. -3. A failed scrape metric is exporter as `jitsi_fetch_errors`. +3. A failed scrape metric is exported as `jitsi_fetch_errors`.