From 23a9c04e6ee7015d46feef8578fc232a57783ed3 Mon Sep 17 00:00:00 2001 From: 0xAN Date: Thu, 9 May 2024 02:10:36 +0800 Subject: [PATCH 1/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00ee3be..59352f1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ cp .env.sample .env You'll need your node ip or dns (`dwallet-tesnet-1.lavenderfive.com`) in addition to your validator name. ```sh -nano prometheus/prometheus.yaml +nano prometheus/prometheus.yml ``` 3. Start monitoring containers From ee800d7c9ede9323c3758078d8192aae5eb1f5b7 Mon Sep 17 00:00:00 2001 From: 0xAN Date: Thu, 9 May 2024 02:14:03 +0800 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59352f1..2ce09db 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ cp .env.sample .env ``` 2. Setup Prometheus -You'll need your node ip or dns (`dwallet-tesnet-1.lavenderfive.com`) in addition to your validator name. +You'll need your node ip or dns (`dwallet-testnet-1.lavenderfive.com`) in addition to your validator name. ```sh nano prometheus/prometheus.yml