docs: fix minor grammar issues in README

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 <gupta.prapti509@gmail.com>
This commit is contained in:
Prapti Gupta 2026-03-31 12:22:34 +05:30 committed by GitHub
parent 74bfffc471
commit f0963cb510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <http://localhost:9090/>.
### 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.