From f0963cb510cd775c42edc9926aa1b5fc3edcb5dc Mon Sep 17 00:00:00 2001 From: Prapti Gupta Date: Tue, 31 Mar 2026 12:22:34 +0530 Subject: [PATCH] docs: fix minor grammar issues in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR fixes minor grammar and wording issues in the README to improve clarity and readability. Changes include: - Fix capitalization ("You" → "you") - Improve sentence clarity No functional changes. Signed-off-by: Prapti Gupta --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 030a827952..6c542f604a 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,14 @@ The features that distinguish Prometheus from other metrics and monitoring syste ## Install -There are various ways of installing Prometheus. +There are various ways to install Prometheus. ### Precompiled binaries Precompiled binaries for released versions are available in the [*download* section](https://prometheus.io/download/) on [prometheus.io](https://prometheus.io). Using the latest production release binary -is the recommended way of installing Prometheus. +is the recommended way to install Prometheus. See the [Installing](https://prometheus.io/docs/introduction/install/) chapter in the documentation for all the details. @@ -65,7 +65,7 @@ Prometheus will now be reachable at . ### Building from source -To build Prometheus from source code, You need: +To build Prometheus from source code, you need: * Go: Version specified in [go.mod](./go.mod) or greater. * NodeJS: Version specified in [.nvmrc](./web/ui/.nvmrc) or greater.