From a50eec4fc4d633c3a3f6e9f0623e7fe152784ffc Mon Sep 17 00:00:00 2001 From: Mirko Milovanovic Date: Wed, 5 Feb 2025 16:20:13 +0100 Subject: [PATCH] docs: update README to reflect project structure changes --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7217f3d..120910a 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,18 @@ peertube-collector is a project designed to collect and analyze WebRTC statistics from a Chromium browser and export them to a Prometheus PushGateway service. This project includes a Docker setup for running the necessary services. -## Project Structure +## Working Project Structure ``` peertube-collector/ -├── README.md ├── requirements.txt ├── telegraf.conf ├── docker-compose.yml ├── Dockerfile ├── main.py +├── .env +└── utils/ └── webrtc-internals-exporter/ - ├── manifest.json - ├── options.html - ├── popup.html - ├── README.md - └── webrtc-internals-exporter.js ```