From 6ecd95293eecc20c39b3b935aae6653528299f40 Mon Sep 17 00:00:00 2001 From: Behnam Amiri Date: Sun, 7 Dec 2025 14:34:53 -0700 Subject: [PATCH] Fix clone instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e3ebe7..bc1502b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Prometheus + Grafana stack for **DriftQ**. Ships with: ## Quick start ```bash -git clone https://github.com/yourname/driftq-observability.git +git clone https://github.com/driftq-org/DriftQ-Observability.git cd driftq-observability docker compose up -d ```