From f3c28d2ae490dbaf5b8df9c9b897d7fe9e70e6e2 Mon Sep 17 00:00:00 2001
From: Aliaksandr Valialkin <valyala@gmail.com>
Date: Fri, 28 Feb 2020 12:57:24 +0200
Subject: [PATCH] README.md: typo fix

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 86d48e15ac..9d61c7e191 100644
--- a/README.md
+++ b/README.md
@@ -795,7 +795,7 @@ mkfs.ext4 ... -O 64bit,huge_file,extent -T huge
 ### Monitoring
 
 VictoriaMetrics exports internal metrics in Prometheus format at `/metrics` page.
-These metrics may be collected either via Prometheus by adding the corresponding scrape config to it.
+These metrics may be collected via Prometheus by adding the corresponding scrape config to it.
 Alternatively they can be self-scraped by setting `-selfScrapeInterval` command-line flag to duration greater than 0.
 For example, `-selfScrapeInterval=10s` would enable self-scraping of `/metrics` page with 10 seconds interval.