From 2e03e2db059f338065a92b9f869f18bb192cb18d Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Sat, 14 Feb 2026 16:29:17 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 208e526..05f54bd 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,9 @@ Exporter will extract all metrics from command output, basing on regular express 4. Add metric to the source: `source.add_metric(ExampleCustomMetric("metric_name"))` 5. Add metric source: `server.add_metrics_source(source)` -## Attribution +## Attribution and contribution -You can copy this repository and create your own version of the app freely. However, it would be nice if you included URL to this repository in the description to your repository or in README file. +This project is open source on MIT License, so you can just copy and upload again to your repository. But according to the license, you must include information about the original author. You can find license here. **Other sources:**